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

Latest commit

 

History

History
18 lines (15 loc) · 1.04 KB

RowDetail.md

File metadata and controls

18 lines (15 loc) · 1.04 KB

IO.Swagger.Model.RowDetail

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.
Parent TableReference

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