Model for HubDB table
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | string | Id of the table | [optional] |
| Name | string | Name of the table | |
| Label | string | Label of the table | |
| Columns | List<Column> | List of columns in the table | [optional] |
| Published | bool | [optional] | |
| ColumnCount | int | Number of columns including deleted | [optional] |
| RowCount | int | Number of rows in the table | [optional] |
| CreatedBy | SimpleUser | [optional] | |
| UpdatedBy | SimpleUser | [optional] | |
| PublishedAt | DateTimeOffset | Timestamp at which the table is published recently | [optional] |
| DynamicMetaTags | Dictionary<string, int> | Specifies the key value pairs of the metadata fields with the associated column ids | [optional] |
| CreatedAt | DateTimeOffset | Timestamp at which the table is created | [optional] |
| Archived | bool | Specifies whether table is archived or not | [optional] |
| AllowPublicApiAccess | bool | Specifies whether the table can be read by public without authorization | [optional] |
| UseForPages | bool | Specifies whether the table can be used for creation of dynamic pages | [optional] |
| EnableChildTablePages | bool | Specifies creation of multi-level dynamic pages using child tables | [optional] |
| AllowChildTables | bool | Specifies whether child tables can be created | [optional] |
| UpdatedAt | DateTimeOffset | Timestamp at which the table is updated recently | [optional] |