objectiveHash property

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

The objective for the Challenge, which should have human-readable data about what needs to be done to accomplish the objective. Use this hash to look up the DestinyObjectiveDefinition.

Implementation

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