Class ContactGroupMembership
A Google contact group membership.
Inheritance
System.Object
ContactGroupMembership
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
|---|---|
| System.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 |
|---|---|
| System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Implements
Google.Apis.Requests.IDirectResponseSchema