fireteamRequirementLabels property

  1. @JsonKey.new(name: 'fireteamRequirementLabels')
List<DestinyActivityRequirementLabel>? fireteamRequirementLabels
getter/setter pair

If being a fireteam member in this activity is gated, this is the gate being checked.

Implementation

@JsonKey(name:'fireteamRequirementLabels')
List<DestinyActivityRequirementLabel>? fireteamRequirementLabels;