Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 776 Bytes

Comment.md

File metadata and controls

14 lines (10 loc) · 776 Bytes

Comment

Properties

Name Type Description Notes
id i64 The unique identifier of this comment [optional] [default to null]
activity_id i64 The identifier of the activity this comment is related to [optional] [default to null]
text String The content of the comment [optional] [default to null]
athlete *::models::SummaryAthlete [optional] [default to null]
created_at String The time at which this comment was created. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]