Success

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

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