Class: Google::Apis::DisplayvideoV4::YouTubeSelectSettings

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_idFixnum

Optional. The ID of the YouTube Select Lineup. Corresponds to the JSON property lineupId

Returns:

  • (Fixnum)


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