activityHash property

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

The hash for the specific variant of the activity related to this milestone. You can pull more detailed static info from the DestinyActivityDefinition, such as difficulty level.

Implementation

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