Class: Google::Apis::DisplayvideoV3::CustomListTargetingSetting

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/displayvideo_v3/classes.rb,
lib/google/apis/displayvideo_v3/representations.rb,
lib/google/apis/displayvideo_v3/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.



4987
4988
4989
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 4987

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)


4985
4986
4987
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 4985

def custom_list_id
  @custom_list_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4992
4993
4994
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 4992

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