objectiveHash property

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

OPTIONAL - If this is tracking the status of a DestinyObjectiveDefinition, this is the identifier for that objective.

Implementation

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