Class: Google::Apis::YoutubeV3::ChannelSectionLocalization

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

Overview

ChannelSection localization setting

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ChannelSectionLocalization

Returns a new instance of ChannelSectionLocalization.



1618
1619
1620
# File 'lib/google/apis/youtube_v3/classes.rb', line 1618

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

Instance Attribute Details

#titleString

The localized strings for channel section's title. Corresponds to the JSON property title

Returns:

  • (String)


1616
1617
1618
# File 'lib/google/apis/youtube_v3/classes.rb', line 1616

def title
  @title
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1623
1624
1625
# File 'lib/google/apis/youtube_v3/classes.rb', line 1623

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