questItemHash property

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

Quests are defined as Items in content. As such, this is the hash identifier of the DestinyInventoryItemDefinition that represents this quest. It will have pointers to all of the steps in the quest, and display information for the quest (title, description, icon etc) Individual steps will be referred to in the Quest item's DestinyInventoryItemDefinition.setData property, and themselves are Items with their own renderable data.

Implementation

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