Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 4.11 KB

File metadata and controls

15 lines (11 loc) · 4.11 KB

CommentDefinition

Describes a comment on a document

Fields

Field Type Required Description
id str ✔️ The document specific id for the comment. This field is case insensitive and should not be more than 200 characters in length.
author Optional[models.UserReferenceDefinition] Describes how a user is referenced in a document. The user can be referenced by email or by a datasource specific id.
content Optional[models.ContentDefinition] Describes text content or base64 encoded binary content
created_at Optional[int] The creation time, in epoch seconds.
updated_at Optional[int] The last updated time, in epoch seconds.
updated_by Optional[models.UserReferenceDefinition] Describes how a user is referenced in a document. The user can be referenced by email or by a datasource specific id.