Show / Hide Table of Contents

Class ContactGroupsResource.MembersResource

The "members" collection of methods.

Inheritance
object
ContactGroupsResource.MembersResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.PeopleService.v1
Assembly: Google.Apis.PeopleService.v1.dll
Syntax
public class ContactGroupsResource.MembersResource

Constructors

MembersResource(IClientService)

Constructs a new resource.

Declaration
public MembersResource(IClientService service)
Parameters
Type Name Description
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.

string resourceName

Required. The resource name of the contact group to modify.

Returns
Type Description
ContactGroupsResource.MembersResource.ModifyRequest
In this article
Back to top Generated by DocFX