View Source GoogleApi.Drive.V3.Model.ListAccessProposalsResponse (google_api_drive v0.32.0)
The response to an Access Proposal list request.
Attributes
-
accessProposals
(type:list(GoogleApi.Drive.V3.Model.AccessProposal.t)
, default:nil
) - The list of Access Proposals. This field is only populated in v3 and v3beta. -
nextPageToken
(type:String.t
, default:nil
) - The continuation token for the next page of results. This will be absent if the end of the results list has been reached. If the token is rejected for any reason, it should be discarded, and pagination should be restarted from the first page of results.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Drive.V3.Model.ListAccessProposalsResponse{ accessProposals: [GoogleApi.Drive.V3.Model.AccessProposal.t()] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.