Class: Google::Apis::AuthorizedbuyersmarketplaceV1::BatchUpdateDealsRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb,
lib/google/apis/authorizedbuyersmarketplace_v1/representations.rb,
lib/google/apis/authorizedbuyersmarketplace_v1/representations.rb
more...

Overview

Request message for batch updating deals.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ BatchUpdateDealsRequest

Returns a new instance of BatchUpdateDealsRequest.

[View source]

217
218
219
# File 'lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb', line 217

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#requestsArray<Google::Apis::AuthorizedbuyersmarketplaceV1::UpdateDealRequest>

Required. List of request messages to update deals. Corresponds to the JSON property requests


215
216
217
# File 'lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb', line 215

def requests
  @requests
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object

[View source]

222
223
224
# File 'lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb', line 222

def update!(**args)
  @requests = args[:requests] if args.key?(:requests)
end