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

Latest commit

 

History

History
17 lines (14 loc) · 1005 Bytes

Row.md

File metadata and controls

17 lines (14 loc) · 1005 Bytes

IO.Swagger.Model.Row

Properties

Name Type Description Notes
Id string ID of the row.
Type string The type of this resource.
Href string API link to the row.
Name string The display name of the row, based on its identifying column.
Index int? Index of the row within the table.
BrowserLink string Browser-friendly link to the row.
CreatedAt DateTime? Timestamp for when the row was created.
UpdatedAt DateTime? Timestamp for when the row was last modified.
Values Dictionary<string, CellValue> Values for a specific row, represented as a hash of column IDs (or names with `useColumnNames`) to values.

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