class Google::Apis::DisplayvideoV1::CustomListGroup

Details of custom list group. All custom list targeting settings are logically ‘OR’ of each other.

Attributes

settings[RW]

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

Public Class Methods

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