activityHash property

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

The hash to use for looking up the variant Activity's definition (DestinyActivityDefinition), where you can find its distinguishing characteristics such as difficulty level and recommended light level. Frequently, that will be the only distinguishing characteristics in practice, which is somewhat of a bummer.

Implementation

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