Class TeamdrivesResource.UpdateRequest
Deprecated use drives.update instead
public class TeamdrivesResource.UpdateRequest : DriveBaseServiceRequest<TeamDrive>
- Inheritance
-
TeamdrivesResource.UpdateRequest
- Inherited Members
Constructors
UpdateRequest(IClientService, TeamDrive, string)
Constructs a new Update request.
public UpdateRequest(IClientService service, TeamDrive body, string teamDriveId)
Parameters
Properties
HttpMethod
Gets the HTTP method.
public override string HttpMethod { get; }
Property Value
MethodName
Gets the method name.
public override string MethodName { get; }
Property Value
RestPath
Gets the REST path.
public override string RestPath { get; }
Property Value
TeamDriveId
The ID of the Team Drive
public virtual string TeamDriveId { get; }
Property Value
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
GetBody()
Returns the body of the request.
protected override object GetBody()
Returns
InitParameters()
Initializes Update parameter list.
protected override void InitParameters()