questlineItemHash property

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

If this interaction dialog is about a quest, this is the questline related to the interaction. You can use this to show the quest overview, or even the character's status with the quest if you use it to find the character's current Quest Step by checking their inventory against this questlineItemHash's DestinyInventoryItemDefinition.setData.

Implementation

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