ListRecordsResponse

data class ListRecordsResponse(val cursor: String? = null, val records: ReadOnlyList<ListRecordsRecord>)

Constructors

Link copied to clipboard
constructor(cursor: String? = null, records: ReadOnlyList<ListRecordsRecord>)

Properties

Link copied to clipboard
val cursor: String? = null
Link copied to clipboard