Class: Google::Apis::DisplayvideoV4::YouTubeSelectSettings
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV4::YouTubeSelectSettings
- 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
Settings for YouTube Select Lineups.
Instance Attribute Summary collapse
-
#lineup_id ⇒ Fixnum
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ YouTubeSelectSettings
constructor
A new instance of YouTubeSelectSettings.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ YouTubeSelectSettings
Returns a new instance of YouTubeSelectSettings.
15415 15416 15417 |
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 15415 def initialize(**args) update!(**args) end |
Instance Attribute Details
#lineup_id ⇒ Fixnum
Optional. The ID of the YouTube Select Lineup.
Corresponds to the JSON property lineupId
15413 15414 15415 |
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 15413 def lineup_id @lineup_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
15420 15421 15422 |
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 15420 def update!(**args) @lineup_id = args[:lineup_id] if args.key?(:lineup_id) end |