objectiveHash property
The unique identifier of the Objective being referred to. Use to look up the DestinyObjectiveDefinition in static data.
Implementation
@JsonKey(name:'objectiveHash')
int? objectiveHash;
The unique identifier of the Objective being referred to. Use to look up the DestinyObjectiveDefinition in static data.
@JsonKey(name:'objectiveHash')
int? objectiveHash;