progressionHash property

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

The hash identifier for the DestinyProgressionDefinition that indicates the character's relationship with this faction in terms of experience and levels.

Implementation

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