Class: Google::Apis::AdexchangebuyerV1_4::DealTermsRubiconNonGuaranteedTerms

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

Returns a new instance of DealTermsRubiconNonGuaranteedTerms.



1468
1469
1470
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1468

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

Instance Attribute Details

#priority_priceGoogle::Apis::AdexchangebuyerV1_4::Price

Optional price for Rubicon priority access in the auction. Corresponds to the JSON property priorityPrice



1461
1462
1463
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1461

def priority_price
  @priority_price
end

#standard_priceGoogle::Apis::AdexchangebuyerV1_4::Price

Optional price for Rubicon standard access in the auction. Corresponds to the JSON property standardPrice



1466
1467
1468
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1466

def standard_price
  @standard_price
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1473
1474
1475
1476
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1473

def update!(**args)
  @priority_price = args[:priority_price] if args.key?(:priority_price)
  @standard_price = args[:standard_price] if args.key?(:standard_price)
end