questlineItemHash property

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

OPTIONAL - If this is tracking the status of a quest, this is the identifier for the DestinyInventoryItemDefinition that containst that questline data.

Implementation

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