activityId property

  1. @JsonKey(name: 'activityId')
String? activityId
getter/setter pair

When a stat represents the best, most, longest, fastest or some other personal best, the actual activity ID where that personal best was established is available on this property.

Implementation

@JsonKey(name:'activityId')
String? activityId;