# DataTableTables
## Properties
**datatable_name** | **String** | |
**schemas** | [**std::collections::HashMap<String, Vec<String>>**](Vec.md) | Hierarchical metadata: schema_name -> table_names |
**error** | Option<**String**> | | [optional]
**instance** | **bool** | on the instance database, the only kind that can be under roles or have its access edited |
**permissioned** | **bool** | |
**usable_roles** | **Vec<String>** | the roles the caller may connect as, by name; empty when not under roles |
**default_role** | **String** | |
**can_create_schema** | **bool** | whether the role the listing connected as may create schemas |
**creatable_schemas** | **Vec<String>** | the schemas the role the listing connected as may create in |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)