Class: Google::Apis::AuthorizedbuyersmarketplaceV1::BatchUpdateDealsResponse

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

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.



269
270
271
# File 'lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb', line 269

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

Instance Attribute Details

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

Deals updated. Corresponds to the JSON property deals



267
268
269
# File 'lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb', line 267

def deals
  @deals
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



274
275
276
# File 'lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb', line 274

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