class Google::Apis::AdexchangebuyerV1_4::DeliveryControlFrequencyCap
Attributes
max_impressions[RW]
Corresponds to the JSON property `maxImpressions` @return [Fixnum]
num_time_units[RW]
Corresponds to the JSON property `numTimeUnits` @return [Fixnum]
time_unit_type[RW]
Corresponds to the JSON property `timeUnitType` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/adexchangebuyer_v1_4/classes.rb, line 1684 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 1689 def update!(**args) @max_impressions = args[:max_impressions] if args.key?(:max_impressions) @num_time_units = args[:num_time_units] if args.key?(:num_time_units) @time_unit_type = args[:time_unit_type] if args.key?(:time_unit_type) end