class Google::Apis::DisplayvideoV3::CustomList

audience list.
Describes a custom list entity, such as a custom affinity or custom intent

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @custom_list_id = args[:custom_list_id] if args.key?(:custom_list_id)
  @display_name = args[:display_name] if args.key?(:display_name)
  @name = args[:name] if args.key?(:name)
end