whoCanViewGroup property

String? whoCanViewGroup
getter/setter pair

Permissions to view group messages.

Possible values are:

  • ANYONE_CAN_VIEW: Any Internet user can view the group's messages.
  • ALL_IN_DOMAIN_CAN_VIEW: Anyone in your account can view this group's messages.
  • ALL_MEMBERS_CAN_VIEW: All group members can view the group's messages.
  • ALL_MANAGERS_CAN_VIEW: Any group manager can view this group's messages.

Implementation

core.String? whoCanViewGroup;