pub type PbListIcebergTablesResponse = ListIcebergTablesResponse;
Expand description
Alias for ListIcebergTablesResponse
.
Aliased Type§
struct PbListIcebergTablesResponse {
pub iceberg_tables: Vec<IcebergTable>,
}
Fields§
§iceberg_tables: Vec<IcebergTable>