Class: Google::Apis::AdexchangebuyerV1_4::DealTermsNonGuaranteedAuctionTerms
- Inherits:
-
Object
- Object
- Google::Apis::AdexchangebuyerV1_4::DealTermsNonGuaranteedAuctionTerms
- 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
-
#auto_optimize_private_auction ⇒ Boolean
(also: #auto_optimize_private_auction?)
True if open auction buyers are allowed to compete with invited buyers in this private auction (buyer-readonly).
-
#reserve_price_per_buyers ⇒ Array<Google::Apis::AdexchangebuyerV1_4::PricePerBuyer>
Reserve price for the specified buyer.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DealTermsNonGuaranteedAuctionTerms
constructor
A new instance of DealTermsNonGuaranteedAuctionTerms.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ DealTermsNonGuaranteedAuctionTerms
Returns a new instance of DealTermsNonGuaranteedAuctionTerms
1484 1485 1486 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1484 def initialize(**args) update!(**args) end |
Instance Attribute Details
#auto_optimize_private_auction ⇒ Boolean Also known as: auto_optimize_private_auction?
True if open auction buyers are allowed to compete with invited buyers in this
private auction (buyer-readonly).
Corresponds to the JSON property autoOptimizePrivateAuction
1476 1477 1478 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1476 def auto_optimize_private_auction @auto_optimize_private_auction end |
#reserve_price_per_buyers ⇒ Array<Google::Apis::AdexchangebuyerV1_4::PricePerBuyer>
Reserve price for the specified buyer.
Corresponds to the JSON property reservePricePerBuyers
1482 1483 1484 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1482 def reserve_price_per_buyers @reserve_price_per_buyers end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1489 1490 1491 1492 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1489 def update!(**args) @auto_optimize_private_auction = args[:auto_optimize_private_auction] if args.key?(:auto_optimize_private_auction) @reserve_price_per_buyers = args[:reserve_price_per_buyers] if args.key?(:reserve_price_per_buyers) end |