class Google::Apis::YoutubeV3::LiveBroadcastTopicSnippet

Attributes

name[RW]

The name of the topic. Corresponds to the JSON property `name` @return [String]

release_date[RW]

The date at which the topic was released. Filled for types: videoGame Corresponds to the JSON property `releaseDate` @return [String]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/youtube_v3/classes.rb, line 4122
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 4127
def update!(**args)
  @name = args[:name] if args.key?(:name)
  @release_date = args[:release_date] if args.key?(:release_date)
end