progressionHash property

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

The progression whose level should be used to determine the level requirement. Look up the DestinyProgressionDefinition with this hash for more information about the progression in question.

Implementation

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