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

Latest commit

 

History

History
21 lines (18 loc) · 1.06 KB

Doc.md

File metadata and controls

21 lines (18 loc) · 1.06 KB

IO.Swagger.Model.Doc

Properties

Name Type Description Notes
Id string ID of the Coda doc.
Type string The type of this resource.
Href string API link to the Coda doc.
BrowserLink string Browser-friendly link to the Coda doc.
Icon Icon [optional]
Name string Name of the doc.
Owner string Email address of the doc owner.
OwnerName string Name of the doc owner.
DocSize DocSize [optional]
SourceDoc AllOfDocSourceDoc [optional]
CreatedAt DateTime? Timestamp for when the doc was created.
UpdatedAt DateTime? Timestamp for when the doc was last modified.
Published DocPublished [optional]

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