class Google::Apis::DisplayvideoV3::CustomListTargetingSetting
Details of custom list targeting setting.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @custom_list_id = args[:custom_list_id] if args.key?(:custom_list_id) end