Get Table Result
data class GetTableResult(val azureApiVersion: String, 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.