class Google::Apis::AuthorizedbuyersmarketplaceV1::BatchUpdateDealsRequest
Request message for batch updating deals.
Attributes
requests[RW]
Required. List of request messages to update deals. Corresponds to the JSON property ‘requests` @return [Array<Google::Apis::AuthorizedbuyersmarketplaceV1::UpdateDealRequest>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb, line 217 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 222 def update!(**args) @requests = args[:requests] if args.key?(:requests) end