class Google::Apis::AdexchangebuyerV1_4::GetOffersResponse

Attributes

products[RW]

The returned list of products. Corresponds to the JSON property `products` @return [Array<Google::Apis::AdexchangebuyerV1_4::Product>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/adexchangebuyer_v1_4/classes.rb, line 1844
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/adexchangebuyer_v1_4/classes.rb, line 1849
def update!(**args)
  @products = args[:products] if args.key?(:products)
end