View Source GoogleApi.AuthorizedBuyersMarketplace.V1.Model.ListDealsResponse (google_api_authorized_buyers_marketplace v0.6.1)
Response message for listing deals in a proposal.
Attributes
-
deals
(type:list(GoogleApi.AuthorizedBuyersMarketplace.V1.Model.Deal.t)
, default:nil
) - The list of deals. -
nextPageToken
(type:String.t
, default:nil
) - Token to fetch the next page of results.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AuthorizedBuyersMarketplace.V1.Model.ListDealsResponse{ deals: [GoogleApi.AuthorizedBuyersMarketplace.V1.Model.Deal.t()] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.