rewardEntryHash property
The identifier for the reward entry in question. It is important to look up the related DestinyMilestoneRewardEntryDefinition to get the static details about the reward, which you can do by looking up the milestone's DestinyMilestoneDefinition and examining the DestinyMilestoneDefinition.rewardsrewardCategoryHash
.rewardEntriesrewardEntryHash data.
Implementation
@JsonKey(name:'rewardEntryHash')
int? rewardEntryHash;