Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 709 Bytes

File metadata and controls

19 lines (11 loc) · 709 Bytes

ChangeRequestCommentModel

Model representing a comment on a Change Request.

Properties

Name Type Description Notes
changeRequestCommentId Long Identifier of the Change Request comment.
body String Body content of the comment.
createdAt OffsetDateTime The UTC date and time when the comment was created.
userEmail String Email of the user who created the comment.
userFullName String Full name of the user who created the comment.
editedAt OffsetDateTime Optional UTC date and time when the comment was last edited.