class Google::Apis::Adexchangebuyer2V2beta1::NonGuaranteedAuctionTerms

Terms for Private Auctions. Note that Private Auctions can be created only by the seller, but they can be returned in a get or list request.

Attributes

auto_optimize_private_auction[RW]

True if open auction buyers are allowed to compete with invited buyers in this private auction. Corresponds to the JSON property `autoOptimizePrivateAuction` @return [Boolean]

auto_optimize_private_auction?[RW]

True if open auction buyers are allowed to compete with invited buyers in this private auction. Corresponds to the JSON property `autoOptimizePrivateAuction` @return [Boolean]

reserve_prices_per_buyer[RW]

Reserve price for the specified buyer. Corresponds to the JSON property `reservePricesPerBuyer` @return [Array<Google::Apis::Adexchangebuyer2V2beta1::PricePerBuyer>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/adexchangebuyer2_v2beta1/classes.rb, line 2870
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/adexchangebuyer2_v2beta1/classes.rb, line 2875
def update!(**args)
  @auto_optimize_private_auction = args[:auto_optimize_private_auction] if args.key?(:auto_optimize_private_auction)
  @reserve_prices_per_buyer = args[:reserve_prices_per_buyer] if args.key?(:reserve_prices_per_buyer)
end