Success

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

Successful result containing photo feed data.

Parameters

data

List of attachments for the current page

totalCount

Total number of attachments matching the criteria

nextCursor

Opaque cursor string for fetching the next page, null if no more pages

hasMore

Whether more data is available beyond the current page

Constructors

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

Properties

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