factionHash property

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

The hash identifier of the Faction related to this progression. Use it to look up the DestinyFactionDefinition for more rendering info.

Implementation

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