openSlots property

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

The number of slots still available on this person's fireteam.

Implementation

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