class Google::Apis::YoutubeV3::LevelDetails
Attributes
display_name[RW]
The name that should be used when referring to this level. Corresponds to the JSON property `displayName` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/youtube_v3/classes.rb, line 3481 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/youtube_v3/classes.rb, line 3486 def update!(**args) @display_name = args[:display_name] if args.key?(:display_name) end