whoCanContactOwner property

String? whoCanContactOwner
getter/setter pair

Permission to contact owner of the group via web UI.

Possible values are:

  • ALL_IN_DOMAIN_CAN_CONTACT
  • ALL_MANAGERS_CAN_CONTACT
  • ALL_MEMBERS_CAN_CONTACT
  • ANYONE_CAN_CONTACT
  • ALL_OWNERS_CAN_CONTACT

Implementation

core.String? whoCanContactOwner;