class Google::Apis::AdexchangebuyerV1_4::DeliveryControl
Attributes
creative_blocking_level[RW]
Corresponds to the JSON property `creativeBlockingLevel` @return [String]
delivery_rate_type[RW]
Corresponds to the JSON property `deliveryRateType` @return [String]
frequency_caps[RW]
Corresponds to the JSON property `frequencyCaps` @return [Array<Google::Apis::AdexchangebuyerV1_4::DeliveryControlFrequencyCap>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/adexchangebuyer_v1_4/classes.rb, line 1653 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 1658 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