youtube  v3
Public Member Functions | Static Public Member Functions | List of all members
google_youtube_api::ChannelSectionLocalization Class Reference

#include <channel_section_localization.h>

Inheritance diagram for google_youtube_api::ChannelSectionLocalization:

Public Member Functions

 ChannelSectionLocalization (const Json::Value &storage)
 
 ChannelSectionLocalization (Json::Value *storage)
 
virtual ~ChannelSectionLocalization ()
 
const StringPiece GetTypeName () const
 
bool has_title () const
 
void clear_title ()
 
const StringPiece get_title () const
 
void set_title (const StringPiece &value)
 

Static Public Member Functions

static ChannelSectionLocalizationNew ()
 

Detailed Description

ChannelSection localization setting.

Constructor & Destructor Documentation

◆ ChannelSectionLocalization() [1/2]

google_youtube_api::ChannelSectionLocalization::ChannelSectionLocalization ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ChannelSectionLocalization() [2/2]

google_youtube_api::ChannelSectionLocalization::ChannelSectionLocalization ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~ChannelSectionLocalization()

google_youtube_api::ChannelSectionLocalization::~ChannelSectionLocalization ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_title()

void google_youtube_api::ChannelSectionLocalization::clear_title ( )
inline

Clears the 'title' attribute.

◆ get_title()

const StringPiece google_youtube_api::ChannelSectionLocalization::get_title ( ) const
inline

Get the value of the 'title' attribute.

◆ GetTypeName()

const StringPiece google_youtube_api::ChannelSectionLocalization::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_youtube_api::ChannelSectionLocalization

◆ has_title()

bool google_youtube_api::ChannelSectionLocalization::has_title ( ) const
inline

Determine if the 'title' attribute was set.

Returns
true if the 'title' attribute was set.

◆ New()

ChannelSectionLocalization * google_youtube_api::ChannelSectionLocalization::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_title()

void google_youtube_api::ChannelSectionLocalization::set_title ( const StringPiece &  value)
inline

Change the 'title' attribute.

The localized strings for channel section's title.

Parameters
[in]valueThe new value.

The documentation for this class was generated from the following files: