Table of Contents

Class TeamdrivesResource.GetRequest

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

Deprecated use drives.get instead.

public class TeamdrivesResource.GetRequest : DriveBaseServiceRequest<TeamDrive>
Inheritance
TeamdrivesResource.GetRequest
Inherited Members

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

public GetRequest(IClientService service, string teamDriveId)

Parameters

service IClientService
teamDriveId string

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

RestPath

Gets the REST path.

public override string RestPath { get; }

Property Value

string

TeamDriveId

The ID of the Team Drive

public virtual string TeamDriveId { get; }

Property Value

string

UseDomainAdminAccess

Issue the request as a domain administrator; if set to true, then the requester will be granted access if they are an administrator of the domain to which the Team Drive belongs.

public virtual bool? UseDomainAdminAccess { get; set; }

Property Value

bool?

Methods

InitParameters()

Initializes Get parameter list.

protected override void InitParameters()