Success

@ObjCName(name = "success")
data class Success(val data: List<ZyncProposalTemplate>, val currentPage: Int, val totalPages: Int, val totalRecords: Int) : GetProposalTemplatesResult

Successful result containing the proposal templates list with pagination metadata.

Parameters

data

The proposal templates list

currentPage

Current page number

totalPages

Total number of pages available

totalRecords

Total number of records across all pages

Constructors

Link copied to clipboard
constructor(data: List<ZyncProposalTemplate>, currentPage: Int, totalPages: Int, totalRecords: Int)

Properties

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