Class ModifyContactGroupMembersRequest
A request to modify an existing contact group's members. Contacts can be removed from any group but they can only be added to a user group or "myContacts" or "starred" system groups.
Inheritance
System.Object
ModifyContactGroupMembersRequest
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 ModifyContactGroupMembersRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ResourceNamesToAdd
Optional. The resource names of the contact people to add in the form of
people/{person_id}.
Declaration
[JsonProperty("resourceNamesToAdd")]
public virtual IList<string> ResourceNamesToAdd { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<System.String> |
ResourceNamesToRemove
Optional. The resource names of the contact people to remove in the form of
people/{person_id}.
Declaration
[JsonProperty("resourceNamesToRemove")]
public virtual IList<string> ResourceNamesToRemove { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<System.String> |
Implements
Google.Apis.Requests.IDirectResponseSchema