Get Table Result
data class GetTableResult(val id: String, val name: String, val signedIdentifiers: List<TableSignedIdentifierResponse>? = null, val tableName: String, val type: String)
Properties of the table, including Id, resource name, resource type.
Constructors
Link copied to clipboard
fun GetTableResult(id: String, name: String, signedIdentifiers: List<TableSignedIdentifierResponse>? = null, tableName: String, type: String)