Get Records Result
data class GetRecordsResult(val domain: String, val filters: List<GetRecordsFilter>? = null, val id: String, val records: List<GetRecordsRecord>, val sorts: List<GetRecordsSort>? = null)
A collection of values returned by getRecords.
Constructors
Link copied to clipboard
constructor(domain: String, filters: List<GetRecordsFilter>? = null, id: String, records: List<GetRecordsRecord>, sorts: List<GetRecordsSort>? = null)