activityModeType property

  1. @JsonKey(name: 'activityModeType')
int? activityModeType
getter/setter pair

The enumeration equivalent of the most specific Activity Mode under which this activity is played.

Implementation

@JsonKey(name:'activityModeType')
int? activityModeType;