View Source GoogleApi.AuthorizedBuyersMarketplace.V1.Model.ListProposalsResponse (google_api_authorized_buyers_marketplace v0.6.1)
Response message for listing proposals.
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - Continuation token for fetching the next page of results. -
proposals
(type:list(GoogleApi.AuthorizedBuyersMarketplace.V1.Model.Proposal.t)
, default:nil
) - The list of proposals.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AuthorizedBuyersMarketplace.V1.Model.ListProposalsResponse{ nextPageToken: String.t() | nil, proposals: [GoogleApi.AuthorizedBuyersMarketplace.V1.Model.Proposal.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.