Skip to content
This repository was archived by the owner on Jun 26, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (20 loc) · 1.18 KB

File metadata and controls

23 lines (20 loc) · 1.18 KB

IO.Swagger.Model.Table

Properties

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.

[Back to Model list] [Back to API list] [Back to README]