CommentDefinition
Describes a comment on a document
Properties
Name | Type | Description | Notes |
---|---|---|---|
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 | UserReferenceDefinition | [optional] | |
content | ContentDefinition | [optional] | |
created_at | int | The creation time, in epoch seconds. | [optional] |
updated_at | int | The last updated time, in epoch seconds. | [optional] |
updated_by | UserReferenceDefinition | [optional] | |
any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |