Class: Google::Apis::YoutubeV3::ChannelSectionLocalization
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::YoutubeV3::ChannelSectionLocalization
 
- 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
- 
  
    
      #title  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The localized strings for channel section's title. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ChannelSectionLocalization 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of ChannelSectionLocalization. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ChannelSectionLocalization
Returns a new instance of ChannelSectionLocalization
| 1519 1520 1521 | # File 'generated/google/apis/youtube_v3/classes.rb', line 1519 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#title ⇒ String
The localized strings for channel section's title.
Corresponds to the JSON property title
| 1517 1518 1519 | # File 'generated/google/apis/youtube_v3/classes.rb', line 1517 def title @title end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 1524 1525 1526 | # File 'generated/google/apis/youtube_v3/classes.rb', line 1524 def update!(**args) @title = args[:title] if args.key?(:title) end |