activityType property

  1. @JsonKey.new(name: "activity_type")
String? activityType
getter/setter pair

May take one of the following values: Ride, Run.

Implementation

@JsonKey(name: "activity_type")
String? activityType;