Get Table Result
data class GetTableResult(val id: String, val name: String, val tableName: String, val type: String)
Properties of the table, including Id, resource name, resource type.
Properties of the table, including Id, resource name, resource type.