class Google::Apis::DisplayvideoV1::GoogleAudienceGroup

Details of Google audience group. All Google audience targeting settings are logically ‘OR’ of each other.

Attributes

settings[RW]

Required. All Google audience targeting settings in Google audience group. Repeated settings with same id will be ignored. Corresponds to the JSON property `settings` @return [Array<Google::Apis::DisplayvideoV1::GoogleAudienceTargetingSetting>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 4875
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 4880
def update!(**args)
  @settings = args[:settings] if args.key?(:settings)
end