objectiveHash property

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

The hash for the Objective that matches this challenge. Use it to look up the DestinyObjectiveDefinition.

Implementation

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