trackingValue property
Used for tracking which step a user reached. These values will be populated in the user's internal state, which we expose externally as a more usable DestinyQuestStatus object. If this item has been obtained, this value will be set in trackingUnlockValueHash.
Implementation
@JsonKey(name:'trackingValue')
int? trackingValue;