class Google::Apis::DisplayvideoV1::FirstAndThirdPartyAudienceGroup
Details of first and third party audience group. All first and third party audience targeting settings are logically ‘OR’ of each other.
Attributes
settings[RW]
Required. All first and third party audience targeting settings in first and third party audience group. Repeated settings with same id are not allowed. Corresponds to the JSON property `settings` @return [Array<Google::Apis::DisplayvideoV1::FirstAndThirdPartyAudienceTargetingSetting>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 4474 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 4479 def update!(**args) @settings = args[:settings] if args.key?(:settings) end