Success

@ObjCName(name = "success")
data class Success(val groups: List<ZyncAttachmentGroupByDate>, val totalCount: Int, val nextCursor: String?, val hasMore: Boolean) : GetPhotoFeedGroupedResult

Successful result containing photo feed data grouped by date.

Parameters

groups

List of attachment groups sorted by date (newest first)

totalCount

Total number of attachments

nextCursor

Opaque cursor string for fetching the next page

hasMore

Whether more data is available

Constructors

Link copied to clipboard
constructor(groups: List<ZyncAttachmentGroupByDate>, totalCount: Int, nextCursor: String?, hasMore: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard