name property

String? name
getter/setter pair

The contact group name set by the group owner or a system provided name for system groups.

For [contactGroups.create](/people/api/rest/v1/contactGroups/create) or [contactGroups.update](/people/api/rest/v1/contactGroups/update) the name must be unique to the users contact groups. Attempting to create a group with a duplicate name will return a HTTP 409 error.

Implementation

core.String? name;