Table of Contents

Class TeamdrivesResource.ListRequest

Namespace
Google.Apis.Drive.v3
Assembly
Google.Apis.Drive.v3.dll

Deprecated use drives.list instead.

public class TeamdrivesResource.ListRequest : DriveBaseServiceRequest<TeamDriveList>
Inheritance
TeamdrivesResource.ListRequest
Inherited Members

Constructors

ListRequest(IClientService)

Constructs a new List request.

public ListRequest(IClientService service)

Parameters

service IClientService

Properties

HttpMethod

Gets the HTTP method.

public override string HttpMethod { get; }

Property Value

string

MethodName

Gets the method name.

public override string MethodName { get; }

Property Value

string

PageSize

Maximum number of Team Drives to return.

public virtual int? PageSize { get; set; }

Property Value

int?

PageToken

Page token for Team Drives.

public virtual string PageToken { get; set; }

Property Value

string

Q

Query string for searching Team Drives.

public virtual string Q { get; set; }

Property Value

string

RestPath

Gets the REST path.

public override string RestPath { get; }

Property Value

string

UseDomainAdminAccess

Issue the request as a domain administrator; if set to true, then all Team Drives of the domain in which the requester is an administrator are returned.

public virtual bool? UseDomainAdminAccess { get; set; }

Property Value

bool?

Methods

InitParameters()

Initializes List parameter list.

protected override void InitParameters()