Class: Google::Apis::DisplayvideoV1::CustomListTargetingSetting
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV1::CustomListTargetingSetting
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/displayvideo_v1/classes.rb,
lib/google/apis/displayvideo_v1/representations.rb,
lib/google/apis/displayvideo_v1/representations.rb
Overview
Details of custom list targeting setting.
Instance Attribute Summary collapse
-
#custom_list_id ⇒ Fixnum
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CustomListTargetingSetting
constructor
A new instance of CustomListTargetingSetting.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ CustomListTargetingSetting
Returns a new instance of CustomListTargetingSetting.
4007 4008 4009 |
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 4007 def initialize(**args) update!(**args) end |
Instance Attribute Details
#custom_list_id ⇒ Fixnum
Required. Custom id of custom list targeting setting. This id is
custom_list_id.
Corresponds to the JSON property customListId
4005 4006 4007 |
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 4005 def custom_list_id @custom_list_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4012 4013 4014 |
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 4012 def update!(**args) @custom_list_id = args[:custom_list_id] if args.key?(:custom_list_id) end |