Table of Contents

Class DrivesResource.UpdateRequest

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

Updates the metadate for a shared drive.

public class DrivesResource.UpdateRequest : DriveBaseServiceRequest<Drive>
Inheritance
DrivesResource.UpdateRequest
Inherited Members

Constructors

UpdateRequest(IClientService, Drive, string)

Constructs a new Update request.

public UpdateRequest(IClientService service, Drive body, string driveId)

Parameters

service IClientService
body Drive
driveId string

Properties

DriveId

The ID of the shared drive.

public virtual string DriveId { get; }

Property Value

string

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

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 shared drive belongs.

public virtual bool? UseDomainAdminAccess { get; set; }

Property Value

bool?

Methods

GetBody()

Returns the body of the request.

protected override object GetBody()

Returns

object

InitParameters()

Initializes Update parameter list.

protected override void InitParameters()