View Source GoogleApi.Drive.V3.Model.AccessProposalRoleAndView (google_api_drive v0.31.0)

A wrapper for the role and view of an access proposal.

Attributes

  • role (type: String.t, default: nil) - The role that was proposed by the requester New values may be added in the future, but the following are currently possible: writer commenter * reader
  • view (type: String.t, default: nil) - Indicates the view for this access proposal. Only populated for proposals that belong 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.AccessProposalRoleAndView{
  role: String.t() | nil,
  view: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.