View Source GoogleApi.Drive.V3.Model.ResolveAccessProposalRequest (google_api_drive v0.32.0)

Request message for resolving an AccessProposal on a file.

Attributes

  • action (type: String.t, default: nil) - Required. The action to take on the AccessProposal.
  • role (type: list(String.t), default: nil) - Optional. The roles the approver has allowed, if any. Note: This field is required for the ACCEPT action.
  • sendNotification (type: boolean(), default: nil) - Optional. Whether to send an email to the requester when the AccessProposal is denied or accepted.
  • view (type: String.t, default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Drive.V3.Model.ResolveAccessProposalRequest{
  action: String.t() | nil,
  role: [String.t()] | nil,
  sendNotification: boolean() | nil,
  view: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.