class Google::Apis::Adexchangebuyer2V2beta1::DeliveryControl
Message contains details about how the deals will be paced.
Attributes
creative_blocking_level[RW]
Output only. Specified the creative blocking levels to be applied. Corresponds to the JSON property `creativeBlockingLevel` @return [String]
delivery_rate_type[RW]
Output only. Specifies how the impression delivery will be paced. Corresponds to the JSON property `deliveryRateType` @return [String]
frequency_caps[RW]
Output only. Specifies any frequency caps. Corresponds to the JSON property `frequencyCaps` @return [Array<Google::Apis::Adexchangebuyer2V2beta1::FrequencyCap>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/adexchangebuyer2_v2beta1/classes.rb, line 1495 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 1500 def update!(**args) @creative_blocking_level = args[:creative_blocking_level] if args.key?(:creative_blocking_level) @delivery_rate_type = args[:delivery_rate_type] if args.key?(:delivery_rate_type) @frequency_caps = args[:frequency_caps] if args.key?(:frequency_caps) end