Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 786 Bytes

Comment.md

File metadata and controls

13 lines (10 loc) · 786 Bytes

Comment

Properties

Name Type Description Notes
Id int64 The unique identifier of this comment [optional] [default to null]
ActivityId int64 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 *SummaryAthlete [optional] [default to null]
CreatedAt time.Time The time at which this comment was created. [optional] [default to null]

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