class Google::Apis::AuthorizedbuyersmarketplaceV1::BatchUpdateDealsResponse

Response message for batch updating deals.

Attributes

deals[RW]

Deals updated. Corresponds to the JSON property ‘deals` @return [Array<Google::Apis::AuthorizedbuyersmarketplaceV1::Deal>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb, line 236
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 241
def update!(**args)
  @deals = args[:deals] if args.key?(:deals)
end