class Google::Apis::DisplayvideoV1::CustomList
Describes a custom list entity, such as a custom affinity or custom intent audience list.
Attributes
custom_list_id[RW]
Output only. The unique ID of the custom list. Assigned by the system. Corresponds to the JSON property `customListId` @return [Fixnum]
display_name[RW]
Output only. The display name of the custom list. . Corresponds to the JSON property `displayName` @return [String]
name[RW]
Output only. The resource name of the custom list. Corresponds to the JSON property `name` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 3507 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 3512 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