Class AccessproposalsResource.ResolveRequest
Used to approve or deny an Access Proposal.
Inheritance
AccessproposalsResource.ResolveRequest
Inherited Members
Namespace: Google.Apis.Drive.v3
Assembly: Google.Apis.Drive.v3.dll
Syntax
public class AccessproposalsResource.ResolveRequest : DriveBaseServiceRequest<string>, IClientServiceRequest<string>, IClientServiceRequest
Constructors
ResolveRequest(IClientService, ResolveAccessProposalRequest, string, string)
Constructs a new Resolve request.
Declaration
public ResolveRequest(IClientService service, ResolveAccessProposalRequest body, string fileId, string proposalId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
ResolveAccessProposalRequest | body | |
string | fileId | |
string | proposalId |
Properties
FileId
Required. The id of the item the request is on.
Declaration
[RequestParameter("fileId", RequestParameterType.Path)]
public virtual string FileId { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
ProposalId
Required. The id of the access proposal to resolve.
Declaration
[RequestParameter("proposalId", RequestParameterType.Path)]
public virtual string ProposalId { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Resolve parameter list.
Declaration
protected override void InitParameters()