class Google::Apis::DisplayvideoV3::FrequencyCap
during a given time period.
Settings that control the number of times a user may be shown with the same ad
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @max_impressions = args[:max_impressions] if args.key?(:max_impressions) @max_views = args[:max_views] if args.key?(:max_views) @time_unit = args[:time_unit] if args.key?(:time_unit) @time_unit_count = args[:time_unit_count] if args.key?(:time_unit_count) @unlimited = args[:unlimited] if args.key?(:unlimited) end