FolderListItemDto
data class FolderListItemDto(id: String, name: String, color: String, updatedAt: OffsetDateTime, createdAt: OffsetDateTime, count: Int, totals: List<FolderListItemTotalsDto>?)
Content copied to clipboard
Parameters
id
The id of the folder
name
The name for this folder. A user may not have two folders with the same name.
color
Six hex digits representing the color of this folder.
updatedAt
@param createdAt * @param count * @param totals
Constructors
FolderListItemDto
Link copied to clipboard
fun FolderListItemDto(id: String, name: String, color: String, updatedAt: OffsetDateTime, createdAt: OffsetDateTime, count: Int, totals: List<FolderListItemTotalsDto>? = null)
Content copied to clipboard
The id of the folder