Get Tables Result
data class GetTablesResult(val datasetId: String, val id: String, val project: String? = null, val tables: List<GetTablesTable>)
A collection of values returned by getTables.
A collection of values returned by getTables.