Show / Hide Table of Contents

Class ResolveAccessProposalRequest

Request message for resolving an AccessProposal on a file.

Inheritance
object
ResolveAccessProposalRequest
Implements
IDirectResponseSchema
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.Data
Assembly: Google.Apis.Drive.v3.dll
Syntax
public class ResolveAccessProposalRequest : IDirectResponseSchema

Properties

Action

Required. The action to take on the AccessProposal.

Declaration
[JsonProperty("action")]
public virtual string Action { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Role

Optional. The roles the approver has allowed, if any. Note: This field is required for the ACCEPT action.

Declaration
[JsonProperty("role")]
public virtual IList<string> Role { get; set; }
Property Value
Type Description
IList<string>

SendNotification

Optional. Whether to send an email to the requester when the AccessProposal is denied or accepted.

Declaration
[JsonProperty("sendNotification")]
public virtual bool? SendNotification { get; set; }
Property Value
Type Description
bool?

View

Optional. Indicates the view for this access proposal. This should only be set when the proposal belongs to a view. published is the only supported value.

Declaration
[JsonProperty("view")]
public virtual string View { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX