Table of Contents

Class MembersResource.ListRequest

Namespace
Google.Apis.Admin.Directory.directory_v1
Assembly
Google.Apis.Admin.Directory.directory_v1.dll

Retrieve all members in a group (paginated)

public class MembersResource.ListRequest : DirectoryBaseServiceRequest<Members>
Inheritance
MembersResource.ListRequest
Inherited Members

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

public ListRequest(IClientService service, string groupKey)

Parameters

service IClientService
groupKey string

Properties

GroupKey

Email or immutable ID of the group

public virtual string GroupKey { get; }

Property Value

string

HttpMethod

Gets the HTTP method.

public override string HttpMethod { get; }

Property Value

string

MaxResults

Maximum number of results to return. Default is 200

public virtual int? MaxResults { get; set; }

Property Value

int?

MethodName

Gets the method name.

public override string MethodName { get; }

Property Value

string

PageToken

Token to specify next page in the list

public virtual string PageToken { get; set; }

Property Value

string

RestPath

Gets the REST path.

public override string RestPath { get; }

Property Value

string

Roles

Comma separated role values to filter list results on.

public virtual string Roles { get; set; }

Property Value

string

Methods

InitParameters()

Initializes List parameter list.

protected override void InitParameters()