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 generated/google/apis/adexchangebuyer_v1_4/classes.rb, line 1487 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/adexchangebuyer_v1_4/classes.rb, line 1492 def update!(**args) @products = args[:products] if args.key?(:products) end