class Google::Apis::DisplayvideoV1::CombinedAudienceGroup
Details of combined audience group. All combined audience targeting settings are logically ‘OR’ of each other.
Attributes
settings[RW]
Required. All combined audience targeting settings in combined audience group. Repeated settings with same id will be ignored. The number of combined audience settings should be no more than five, error will be thrown otherwise. Corresponds to the JSON property `settings` @return [Array<Google::Apis::DisplayvideoV1::CombinedAudienceTargetingSetting>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 2636 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/displayvideo_v1/classes.rb, line 2641 def update!(**args) @settings = args[:settings] if args.key?(:settings) end