Class: Google::Apis::Adexchangebuyer2V2beta1::NonGuaranteedFixedPriceTerms
- Inherits:
-
Object
- Object
- Google::Apis::Adexchangebuyer2V2beta1::NonGuaranteedFixedPriceTerms
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/adexchangebuyer2_v2beta1/classes.rb,
generated/google/apis/adexchangebuyer2_v2beta1/representations.rb,
generated/google/apis/adexchangebuyer2_v2beta1/representations.rb
Overview
Terms for Preferred Deals. Note that Preferred Deals cannot be created via the API at this time, but can be returned in a get or list request.
Instance Attribute Summary collapse
-
#fixed_prices ⇒ Array<Google::Apis::Adexchangebuyer2V2beta1::PricePerBuyer>
Fixed price for the specified buyer.
Instance Method Summary collapse
-
#initialize(**args) ⇒ NonGuaranteedFixedPriceTerms
constructor
A new instance of NonGuaranteedFixedPriceTerms.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ NonGuaranteedFixedPriceTerms
Returns a new instance of NonGuaranteedFixedPriceTerms
2954 2955 2956 |
# File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 2954 def initialize(**args) update!(**args) end |
Instance Attribute Details
#fixed_prices ⇒ Array<Google::Apis::Adexchangebuyer2V2beta1::PricePerBuyer>
Fixed price for the specified buyer.
Corresponds to the JSON property fixedPrices
2952 2953 2954 |
# File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 2952 def fixed_prices @fixed_prices end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2959 2960 2961 |
# File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 2959 def update!(**args) @fixed_prices = args[:fixed_prices] if args.key?(:fixed_prices) end |