class Google::Apis::AdexchangebuyerV1_4::DealTermsRubiconNonGuaranteedTerms
Attributes
priority_price[RW]
Optional price for Rubicon priority access in the auction. Corresponds to the JSON property `priorityPrice` @return [Google::Apis::AdexchangebuyerV1_4::Price]
standard_price[RW]
Optional price for Rubicon standard access in the auction. Corresponds to the JSON property `standardPrice` @return [Google::Apis::AdexchangebuyerV1_4::Price]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/adexchangebuyer_v1_4/classes.rb, line 1567 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/adexchangebuyer_v1_4/classes.rb, line 1572 def update!(**args) @priority_price = args[:priority_price] if args.key?(:priority_price) @standard_price = args[:standard_price] if args.key?(:standard_price) end