Table of Contents

Class MembersResource.ListRequest

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

Retrieves a paginated list of all members in a group.

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

Identifies the group in the API request. The value can be the group's email address, group alias, or the unique group ID.

public virtual string GroupKey { get; }

Property Value

string

HttpMethod

Gets the HTTP method.

public override string HttpMethod { get; }

Property Value

string

IncludeDerivedMembership

Whether to list indirect memberships. Default: false.

public virtual bool? IncludeDerivedMembership { get; set; }

Property Value

bool?

MaxResults

Maximum number of results to return. Max allowed value 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

The roles query parameter allows you to retrieve group members by role. Allowed values are OWNER, MANAGER, and MEMBER.

public virtual string Roles { get; set; }

Property Value

string

Methods

InitParameters()

Initializes List parameter list.

protected override void InitParameters()