conceptualActivityHash property

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

The "Conceptual" activity hash. Basically, we picked the lowest level activity and are treating it as the canonical definition of the activity for rendering purposes. If you care about the specific difficulty modes and variations, use the activities under "Variants".

Implementation

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