Class: Google::Apis::YoutubeV3::LevelDetails

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ LevelDetails

Returns a new instance of LevelDetails.



3481
3482
3483
# File 'lib/google/apis/youtube_v3/classes.rb', line 3481

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

Instance Attribute Details

#display_nameString

The name that should be used when referring to this level. Corresponds to the JSON property displayName

Returns:

  • (String)


3479
3480
3481
# File 'lib/google/apis/youtube_v3/classes.rb', line 3479

def display_name
  @display_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3486
3487
3488
# File 'lib/google/apis/youtube_v3/classes.rb', line 3486

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