ListRecordsResponse

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

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard