Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.15 KB

Comment.md

File metadata and controls

39 lines (23 loc) · 1.15 KB

Comment

Properties

Name Type Description Notes
id UUID [optional] [readonly]
body String [optional]
commenter String [optional] [readonly]
commenterType CommenterTypeEnum [optional] [readonly]
commentRecordType CommentRecordTypeEnum [optional]
commentRecordId UUID [optional]
readAt String An ISO 8901 datetime string for when the comment was read. [optional] [readonly]
createdAt String An ISO 8901 datetime string denoting when the comment was created. [optional] [readonly]
updatedAt String An ISO 8901 datetime string for when the comment was updated. [optional] [readonly]

Enum: CommenterTypeEnum

Name Value
ADMIN "admin"
USER "user"

Enum: CommentRecordTypeEnum

Name Value
SUB_NUMBER_ORDER "sub_number_order"
REQUIREMENT_GROUP "requirement_group"