class Google::Apis::AuthorizedbuyersmarketplaceV1::ListFinalizedDealsResponse
Response message for listing finalized deals.
Attributes
finalized_deals[RW]
The list of finalized deals. Corresponds to the JSON property ‘finalizedDeals` @return [Array<Google::Apis::AuthorizedbuyersmarketplaceV1::FinalizedDeal>]
next_page_token[RW]
Token to fetch the next page of results. Corresponds to the JSON property ‘nextPageToken` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb, line 1070 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb, line 1075 def update!(**args) @finalized_deals = args[:finalized_deals] if args.key?(:finalized_deals) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) end