Class ResolveAccessProposalRequest
Request message for resolving an AccessProposal on a file.
Implements
Inherited Members
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 access proposal.
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 that the approver has allowed, if any. For more information, see Roles and
permissions. 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 access proposal 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. Only published is supported.
Declaration
[JsonProperty("view")]
public virtual string View { get; set; }
Property Value
| Type | Description |
|---|---|
| string |