class Google::Apis::YoutubeV3::ChannelSectionLocalization

ChannelSection localization setting

Attributes

title[RW]

The localized strings for channel section's title. Corresponds to the JSON property `title` @return [String]

Public Class Methods

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