factionHash property
If the value exists, this is the hash identifier for the Faction that owns this Progression. This is purely for convenience, if you're looking at a progression and want to know if and who it's related to in terms of Faction Reputation.
Implementation
@JsonKey(name:'factionHash')
int? factionHash;