Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 701 Bytes

Comment.md

File metadata and controls

13 lines (10 loc) · 701 Bytes

Strava.NET.Model.Comment

Properties

Name Type Description Notes
Id long? The unique identifier of this comment [optional]
ActivityId long? The identifier of the activity this comment is related to [optional]
Text string The content of the comment [optional]
Athlete SummaryAthlete [optional]
CreatedAt DateTime? The time at which this comment was created. [optional]

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