class Google::Apis::YoutubeV3::LiveBroadcastTopicDetails

Attributes

topics[RW]

Corresponds to the JSON property `topics` @return [Array<Google::Apis::YoutubeV3::LiveBroadcastTopic>]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/youtube_v3/classes.rb, line 4098
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/youtube_v3/classes.rb, line 4103
def update!(**args)
  @topics = args[:topics] if args.key?(:topics)
end