groupType property

String? groupType
getter/setter pair

The contact group type.

Output only. Possible string values are:

  • "GROUP_TYPE_UNSPECIFIED" : Unspecified.
  • "USER_CONTACT_GROUP" : User defined contact group.
  • "SYSTEM_CONTACT_GROUP" : System defined contact group.

Implementation

core.String? groupType;