locationHash property

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

OPTIONAL: a hash identifier for the location at which this objective must be accomplished, if there is a location defined. Look up the DestinyLocationDefinition for this hash for that additional location info.

Implementation

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