Class: Google::Apis::DisplayvideoV1::CustomListTargetingSetting

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/displayvideo_v1/classes.rb,
generated/google/apis/displayvideo_v1/representations.rb,
generated/google/apis/displayvideo_v1/representations.rb

Overview

Details of custom list targeting setting.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CustomListTargetingSetting

Returns a new instance of CustomListTargetingSetting.



3123
3124
3125
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 3123

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

Instance Attribute Details

#custom_list_idFixnum

Required. Custom id of custom list targeting setting. This id is custom_list_id. Corresponds to the JSON property customListId

Returns:

  • (Fixnum)


3121
3122
3123
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 3121

def custom_list_id
  @custom_list_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3128
3129
3130
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 3128

def update!(**args)
  @custom_list_id = args[:custom_list_id] if args.key?(:custom_list_id)
end