| Name | Type | Description | Notes |
|---|---|---|---|
| Id | string | ID of the table. | |
| Type | string | The type of this resource. | |
| TableType | TableType | ||
| Href | string | API link to the table. | |
| BrowserLink | string | Browser-friendly link to the table. | |
| Name | string | Name of the table. | |
| Parent | PageReference | ||
| ParentTable | TableReference | [optional] | |
| DisplayColumn | ColumnReference | ||
| RowCount | int? | Total number of rows in the table. | |
| Sorts | List<Sort> | Any sorts applied to the table. | |
| Layout | Layout | ||
| Filter | AllOfTableFilter | [optional] | |
| CreatedAt | DateTime? | Timestamp for when the table was created. | |
| UpdatedAt | DateTime? | Timestamp for when the table was last modified. |
This repository was archived by the owner on Jun 26, 2023. It is now read-only.