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

#include <live_chat_poll_opened_details.h>

Inheritance diagram for google_youtube_api::LiveChatPollOpenedDetails:

Public Member Functions

 LiveChatPollOpenedDetails (const Json::Value &storage)
 
 LiveChatPollOpenedDetails (Json::Value *storage)
 
virtual ~LiveChatPollOpenedDetails ()
 
const StringPiece GetTypeName () const
 
bool has_id () const
 
void clear_id ()
 
const StringPiece get_id () const
 
void set_id (const StringPiece &value)
 
bool has_items () const
 
void clear_items ()
 
const client::JsonCppArray< LiveChatPollItemget_items () const
 
client::JsonCppArray< LiveChatPollItemmutable_items ()
 
bool has_prompt () const
 
void clear_prompt ()
 
const StringPiece get_prompt () const
 
void set_prompt (const StringPiece &value)
 

Static Public Member Functions

static LiveChatPollOpenedDetailsNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ LiveChatPollOpenedDetails() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ LiveChatPollOpenedDetails() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~LiveChatPollOpenedDetails()

google_youtube_api::LiveChatPollOpenedDetails::~LiveChatPollOpenedDetails ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_id()

void google_youtube_api::LiveChatPollOpenedDetails::clear_id ( )
inline

Clears the 'id' attribute.

◆ clear_items()

void google_youtube_api::LiveChatPollOpenedDetails::clear_items ( )
inline

Clears the 'items' attribute.

◆ clear_prompt()

void google_youtube_api::LiveChatPollOpenedDetails::clear_prompt ( )
inline

Clears the 'prompt' attribute.

◆ get_id()

const StringPiece google_youtube_api::LiveChatPollOpenedDetails::get_id ( ) const
inline

Get the value of the 'id' attribute.

◆ get_items()

const client::JsonCppArray<LiveChatPollItem > google_youtube_api::LiveChatPollOpenedDetails::get_items ( ) const

Get a reference to the value of the 'items' attribute.

◆ get_prompt()

const StringPiece google_youtube_api::LiveChatPollOpenedDetails::get_prompt ( ) const
inline

Get the value of the 'prompt' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_youtube_api::LiveChatPollOpenedDetails

◆ has_id()

bool google_youtube_api::LiveChatPollOpenedDetails::has_id ( ) const
inline

Determine if the 'id' attribute was set.

Returns
true if the 'id' attribute was set.

◆ has_items()

bool google_youtube_api::LiveChatPollOpenedDetails::has_items ( ) const
inline

Determine if the 'items' attribute was set.

Returns
true if the 'items' attribute was set.

◆ has_prompt()

bool google_youtube_api::LiveChatPollOpenedDetails::has_prompt ( ) const
inline

Determine if the 'prompt' attribute was set.

Returns
true if the 'prompt' attribute was set.

◆ mutable_items()

client::JsonCppArray<LiveChatPollItem > google_youtube_api::LiveChatPollOpenedDetails::mutable_items ( )

Gets a reference to a mutable value of the 'items' property.

Returns
The result can be modified to change the attribute value.

◆ New()

LiveChatPollOpenedDetails * google_youtube_api::LiveChatPollOpenedDetails::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_id()

void google_youtube_api::LiveChatPollOpenedDetails::set_id ( const StringPiece &  value)
inline

Change the 'id' attribute.

Parameters
[in]valueThe new value.

◆ set_prompt()

void google_youtube_api::LiveChatPollOpenedDetails::set_prompt ( const StringPiece &  value)
inline

Change the 'prompt' attribute.

Parameters
[in]valueThe new value.

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