questItemHash property

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

The item representing this Milestone quest. Use this hash to look up the DestinyInventoryItemDefinition for the quest to find its steps and human readable data.

Implementation

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