class Google::Apis::AdexchangebuyerV1_4::DealTermsGuaranteedFixedPriceTerms

Attributes

fixed_prices[RW]

Fixed price for the specified buyer. Corresponds to the JSON property `fixedPrices` @return [Array<Google::Apis::AdexchangebuyerV1_4::PricePerBuyer>]

guaranteed_impressions[RW]

Guaranteed impressions as a percentage. This is the percentage of guaranteed looks that the buyer is guaranteeing to buy. Corresponds to the JSON property `guaranteedImpressions` @return [String]

guaranteed_looks[RW]

Count of guaranteed looks. Required for deal, optional for product. Corresponds to the JSON property `guaranteedLooks` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/adexchangebuyer_v1_4/classes.rb, line 1177
def update!(**args)
  @fixed_prices = args[:fixed_prices] if args.key?(:fixed_prices)
  @guaranteed_impressions = args[:guaranteed_impressions] if args.key?(:guaranteed_impressions)
  @guaranteed_looks = args[:guaranteed_looks] if args.key?(:guaranteed_looks)
end