Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesYouTubeSelectLineUp
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesYouTubeSelectLineUp
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/searchads360_v23/classes.rb,
lib/google/apis/searchads360_v23/representations.rb,
lib/google/apis/searchads360_v23/representations.rb
Overview
A Plannable YouTube Select Lineup for product targeting.
Instance Attribute Summary collapse
-
#lineup_id ⇒ Fixnum
The ID of the YouTube Select Lineup.
-
#lineup_name ⇒ String
The unique name of the YouTube Select Lineup.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesYouTubeSelectLineUp
constructor
A new instance of GoogleAdsSearchads360V23ServicesYouTubeSelectLineUp.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesYouTubeSelectLineUp
Returns a new instance of GoogleAdsSearchads360V23ServicesYouTubeSelectLineUp.
55332 55333 55334 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55332 def initialize(**args) update!(**args) end |
Instance Attribute Details
#lineup_id ⇒ Fixnum
The ID of the YouTube Select Lineup.
Corresponds to the JSON property lineupId
55325 55326 55327 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55325 def lineup_id @lineup_id end |
#lineup_name ⇒ String
The unique name of the YouTube Select Lineup.
Corresponds to the JSON property lineupName
55330 55331 55332 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55330 def lineup_name @lineup_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
55337 55338 55339 55340 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55337 def update!(**args) @lineup_id = args[:lineup_id] if args.key?(:lineup_id) @lineup_name = args[:lineup_name] if args.key?(:lineup_name) end |