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

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/youtube_v3/classes.rb,
generated/google/apis/youtube_v3/representations.rb,
generated/google/apis/youtube_v3/representations.rb

Overview

ChannelSection localization setting

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ChannelSectionLocalization

Returns a new instance of ChannelSectionLocalization.



1527
1528
1529
# File 'generated/google/apis/youtube_v3/classes.rb', line 1527

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)


1525
1526
1527
# File 'generated/google/apis/youtube_v3/classes.rb', line 1525

def title
  @title
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1532
1533
1534
# File 'generated/google/apis/youtube_v3/classes.rb', line 1532

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