Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.11 KB

Doc.md

File metadata and controls

26 lines (22 loc) · 1.11 KB

CodaJsClient.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 Date Timestamp for when the doc was created.
updatedAt Date Timestamp for when the doc was last modified.
published DocPublished [optional]
workspaceId String ID of the Coda workspace containing this doc.
folderId String ID of the Coda folder containing this doc.

Enum: TypeEnum

  • doc (value: "doc")