Class ContactGroupMembership
A Google contact group membership.
Implements
Inherited Members
Namespace: Google.Apis.PeopleService.v1.Data
Assembly: Google.Apis.PeopleService.v1.dll
Syntax
public class ContactGroupMembership : IDirectResponseSchema
Properties
ContactGroupId
Output only. The contact group ID for the contact group membership.
Declaration
[JsonProperty("contactGroupId")]
public virtual string ContactGroupId { get; set; }
Property Value
Type | Description |
---|---|
string |
ContactGroupResourceName
The resource name for the contact group, assigned by the server. An ASCII string, in the form of
contactGroups/{contact_group_id}
. Only contact_group_resource_name can be used for modifying memberships.
Any contact group membership can be removed, but only user group or "myContacts" or "starred" system groups
memberships can be added. A contact must always have at least one contact group membership.
Declaration
[JsonProperty("contactGroupResourceName")]
public virtual string ContactGroupResourceName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |