Class: Google::Apis::AdexchangebuyerV1_4::DealTermsNonGuaranteedAuctionTerms

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) ⇒ DealTermsNonGuaranteedAuctionTerms

Returns a new instance of DealTermsNonGuaranteedAuctionTerms



1452
1453
1454
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1452

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

Instance Attribute Details

#auto_optimize_private_auctionBoolean 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

Returns:

  • (Boolean)


1444
1445
1446
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1444

def auto_optimize_private_auction
  @auto_optimize_private_auction
end

#reserve_price_per_buyersArray<Google::Apis::AdexchangebuyerV1_4::PricePerBuyer>

Reserve price for the specified buyer. Corresponds to the JSON property reservePricePerBuyers



1450
1451
1452
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1450

def reserve_price_per_buyers
  @reserve_price_per_buyers
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1457
1458
1459
1460
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1457

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