canLead property

  1. @JsonKey(name: 'canLead')
bool? canLead
getter/setter pair

If true, the user is allowed to lead a Fireteam into this activity.

Implementation

@JsonKey(name:'canLead')
bool? canLead;