Class: Google::Apis::AdexchangebuyerV1_4::GetOffersResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/adexchangebuyer_v1_4/classes.rb,
generated/google/apis/adexchangebuyer_v1_4/representations.rb,
generated/google/apis/adexchangebuyer_v1_4/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ GetOffersResponse

Returns a new instance of GetOffersResponse.



1680
1681
1682
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1680

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

Instance Attribute Details

#productsArray<Google::Apis::AdexchangebuyerV1_4::Product>

The returned list of products. Corresponds to the JSON property products



1678
1679
1680
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1678

def products
  @products
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1685
1686
1687
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1685

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