Class ContactGroupsResource.MembersResource
The "members" collection of methods.
Inheritance
System.Object
ContactGroupsResource.MembersResource
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
Assembly: Google.Apis.PeopleService.v1.dll
Syntax
public class MembersResource
Constructors
MembersResource(IClientService)
Constructs a new resource.
Declaration
public MembersResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| Google.Apis.Services.IClientService | service |
Methods
Modify(ModifyContactGroupMembersRequest, String)
Modify the members of a contact group owned by the authenticated user.
The only system contact groups that can have members added are contactGroups/myContacts and
contactGroups/starred. Other system contact groups are deprecated and can only have contacts
removed.
Declaration
public virtual ContactGroupsResource.MembersResource.ModifyRequest Modify(ModifyContactGroupMembersRequest body, string resourceName)
Parameters
| Type | Name | Description |
|---|---|---|
| ModifyContactGroupMembersRequest | body | The body of the request. |
| System.String | resourceName | Required. The resource name of the contact group to modify. |
Returns
| Type | Description |
|---|---|
| ContactGroupsResource.MembersResource.ModifyRequest |