activityHash property

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

If the Objective has an Activity associated with it, this is the unique identifier of the Activity being referred to. Use to look up the DestinyActivityDefinition in static data. This will give localized data about what you should be playing for the objective to be achieved.

Implementation

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