loadoutCountPerCharacter property

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

The maximum number of loadouts available to each character. The loadouts component API response can return fewer loadouts than this, as more loadouts are unlocked by reaching higher Guardian Ranks.

Implementation

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