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



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_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)


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_buyersArray<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