Class: Google::Apis::AuthorizedbuyersmarketplaceV1::BatchUpdateDealsResponse
- Inherits:
-
Object
- Object
- Google::Apis::AuthorizedbuyersmarketplaceV1::BatchUpdateDealsResponse
- 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
-
#initialize(**args) ⇒ BatchUpdateDealsResponse
constructor
A new instance of BatchUpdateDealsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BatchUpdateDealsResponse
Returns a new instance of BatchUpdateDealsResponse.
261 262 263 |
# File 'lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb', line 261 def initialize(**args) update!(**args) end |
Instance Attribute Details
#deals ⇒ Array<Google::Apis::AuthorizedbuyersmarketplaceV1::Deal>
Deals updated.
Corresponds to the JSON property deals
259 260 261 |
# File 'lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb', line 259 def deals @deals end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
266 267 268 |
# File 'lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb', line 266 def update!(**args) @deals = args[:deals] if args.key?(:deals) end |