whoCanInvite property

String? whoCanInvite
getter/setter pair

This is merged into the new whoCanModerateMembers setting.

Permissions to invite new members. Possible values are:

  • ALL_MEMBERS_CAN_INVITE: Managers and members can invite a new member candidate.
  • ALL_MANAGERS_CAN_INVITE: Only managers can invite a new member. This includes the group's owner.
  • ALL_OWNERS_CAN_INVITE: Only owners can invite a new member.
  • NONE_CAN_INVITE: No one can invite a new member candidate.

Deprecated.

Implementation

core.String? whoCanInvite;