Class: Google::Apis::YoutubeV3::LiveBroadcastMonetizationDetails

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/youtube_v3/classes.rb,
lib/google/apis/youtube_v3/representations.rb,
lib/google/apis/youtube_v3/representations.rb

Overview

Monetization settings of a broadcast.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ LiveBroadcastMonetizationDetails

Returns a new instance of LiveBroadcastMonetizationDetails.



3917
3918
3919
# File 'lib/google/apis/youtube_v3/classes.rb', line 3917

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#cuepoint_scheduleGoogle::Apis::YoutubeV3::CuepointSchedule

Schedule to insert cuepoints into a broadcast by ads automator. Corresponds to the JSON property cuepointSchedule



3915
3916
3917
# File 'lib/google/apis/youtube_v3/classes.rb', line 3915

def cuepoint_schedule
  @cuepoint_schedule
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3922
3923
3924
# File 'lib/google/apis/youtube_v3/classes.rb', line 3922

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