loadoutRequirementIndex property

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

If returned, this is the index into the DestinyActivityDefinition's "loadouts" property, indicating the currently active loadout requirements.

Implementation

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