Class: Google::Apis::AuthorizedbuyersmarketplaceV1alpha::BatchUpdateDealsResponse

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

Overview

Response message for batch updating deals.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ BatchUpdateDealsResponse

Returns a new instance of BatchUpdateDealsResponse.



323
324
325
# File 'lib/google/apis/authorizedbuyersmarketplace_v1alpha/classes.rb', line 323

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

Instance Attribute Details

#dealsArray<Google::Apis::AuthorizedbuyersmarketplaceV1alpha::Deal>

Deals updated. Corresponds to the JSON property deals



321
322
323
# File 'lib/google/apis/authorizedbuyersmarketplace_v1alpha/classes.rb', line 321

def deals
  @deals
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



328
329
330
# File 'lib/google/apis/authorizedbuyersmarketplace_v1alpha/classes.rb', line 328

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