minParty property

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

The minimum # of people in the fireteam for the activity to launch.

Implementation

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