class Google::Apis::YoutubeV3::LiveBroadcastTopic
Attributes
snippet[RW]
Information about the topic matched. Corresponds to the JSON property `snippet` @return [Google::Apis::YoutubeV3::LiveBroadcastTopicSnippet]
type[RW]
The type of the topic. Corresponds to the JSON property `type` @return [String]
unmatched[RW]
If this flag is set it means that we have not been able to match the topic title and type provided to a known entity. Corresponds to the JSON property `unmatched` @return [Boolean]
unmatched?[RW]
If this flag is set it means that we have not been able to match the topic title and type provided to a known entity. Corresponds to the JSON property `unmatched` @return [Boolean]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/youtube_v3/classes.rb, line 4077 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 4082 def update!(**args) @snippet = args[:snippet] if args.key?(:snippet) @type = args[:type] if args.key?(:type) @unmatched = args[:unmatched] if args.key?(:unmatched) end