Class: Google::Apis::DisplayvideoV4::YouTubeSelectLineUp
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV4::YouTubeSelectLineUp
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/displayvideo_v4/classes.rb,
lib/google/apis/displayvideo_v4/representations.rb,
lib/google/apis/displayvideo_v4/representations.rb
Overview
A Plannable YouTube Select Lineup for product targeting.
Instance Attribute Summary collapse
-
#display_name ⇒ String
Output only.
-
#lineup_id ⇒ Fixnum
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ YouTubeSelectLineUp
constructor
A new instance of YouTubeSelectLineUp.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ YouTubeSelectLineUp
Returns a new instance of YouTubeSelectLineUp.
15454 15455 15456 |
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 15454 def initialize(**args) update!(**args) end |
Instance Attribute Details
#display_name ⇒ String
Output only. The display name of the YouTube Select Lineup.
Corresponds to the JSON property displayName
15447 15448 15449 |
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 15447 def display_name @display_name end |
#lineup_id ⇒ Fixnum
Output only. The ID of the YouTube Select Lineup.
Corresponds to the JSON property lineupId
15452 15453 15454 |
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 15452 def lineup_id @lineup_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
15459 15460 15461 15462 |
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 15459 def update!(**args) @display_name = args[:display_name] if args.key?(:display_name) @lineup_id = args[:lineup_id] if args.key?(:lineup_id) end |