Class: Google::Apis::AdexchangebuyerV1_4::DealTermsNonGuaranteedFixedPriceTerms
- Inherits:
-
Object
- Object
- Google::Apis::AdexchangebuyerV1_4::DealTermsNonGuaranteedFixedPriceTerms
- 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
-
#fixed_prices ⇒ Array<Google::Apis::AdexchangebuyerV1_4::PricePerBuyer>
Fixed price for the specified buyer.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DealTermsNonGuaranteedFixedPriceTerms
constructor
A new instance of DealTermsNonGuaranteedFixedPriceTerms.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ DealTermsNonGuaranteedFixedPriceTerms
Returns a new instance of DealTermsNonGuaranteedFixedPriceTerms
1504 1505 1506 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1504 def initialize(**args) update!(**args) end |
Instance Attribute Details
#fixed_prices ⇒ Array<Google::Apis::AdexchangebuyerV1_4::PricePerBuyer>
Fixed price for the specified buyer.
Corresponds to the JSON property fixedPrices
1502 1503 1504 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1502 def fixed_prices @fixed_prices end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1509 1510 1511 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1509 def update!(**args) @fixed_prices = args[:fixed_prices] if args.key?(:fixed_prices) end |