objectiveHash property

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

The unique identifier of the Objective being referred to. Use to look up the DestinyObjectiveDefinition in static data.

Implementation

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