Show / Hide Table of Contents

Class ApprovalsResource

The "approvals" collection of methods.

Inheritance
object
ApprovalsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Drive.v3
Assembly: Google.Apis.Drive.v3.dll
Syntax
public class ApprovalsResource

Constructors

ApprovalsResource(IClientService)

Constructs a new resource.

Declaration
public ApprovalsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(string, string)

Gets an Approval by ID.

Declaration
public virtual ApprovalsResource.GetRequest Get(string fileId, string approvalId)
Parameters
Type Name Description
string fileId

Required. The ID of the file the Approval is on.

string approvalId

Required. The ID of the Approval.

Returns
Type Description
ApprovalsResource.GetRequest

List(string)

Lists the Approvals on a file.

Declaration
public virtual ApprovalsResource.ListRequest List(string fileId)
Parameters
Type Name Description
string fileId

Required. The ID of the file the Approval is on.

Returns
Type Description
ApprovalsResource.ListRequest
In this article
Back to top Generated by DocFX