View Source GoogleApi.Drive.V3.Model.AccessProposal (google_api_drive v0.32.0)
The Access Proposal resource for outstanding access proposals on a file
Attributes
-
createTime(type:DateTime.t, default:nil) - The creation time -
fileId(type:String.t, default:nil) - The file id that the proposal for access is on -
proposalId(type:String.t, default:nil) - The id of the access proposal -
recipientEmailAddress(type:String.t, default:nil) - The email address of the user that will receive permissions if accepted -
requestMessage(type:String.t, default:nil) - The message that the requester added to the proposal -
requesterEmailAddress(type:String.t, default:nil) - The email address of the requesting user -
rolesAndViews(type:list(GoogleApi.Drive.V3.Model.AccessProposalRoleAndView.t), default:nil) - A wrapper for the role and view of an access proposal.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Drive.V3.Model.AccessProposal{ createTime: DateTime.t() | nil, fileId: String.t() | nil, proposalId: String.t() | nil, recipientEmailAddress: String.t() | nil, requestMessage: String.t() | nil, requesterEmailAddress: String.t() | nil, rolesAndViews: [GoogleApi.Drive.V3.Model.AccessProposalRoleAndView.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.