Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 994 Bytes

File metadata and controls

23 lines (16 loc) · 994 Bytes

CommentResponse

Properties

Name Type Required Description
Data List<CommentResponseData>

CommentResponseData

Information about the comment.

Properties

Name Type Required Description
Id long The comment's ID.
CreatedBy long The user ID of the user who created the comment.
CreatedAt string The date and time at which the comment was created.
UpdatedAt string The date and time when the comment was last updated.
Body string The contents of the comment.