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

#include <live_chat_poll_edited_details.h>

Inheritance diagram for google_youtube_api::LiveChatPollEditedDetails:

Public Member Functions

 LiveChatPollEditedDetails (const Json::Value &storage)
 
 LiveChatPollEditedDetails (Json::Value *storage)
 
virtual ~LiveChatPollEditedDetails ()
 
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 LiveChatPollEditedDetailsNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ LiveChatPollEditedDetails() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ LiveChatPollEditedDetails() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~LiveChatPollEditedDetails()

google_youtube_api::LiveChatPollEditedDetails::~LiveChatPollEditedDetails ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_id()

void google_youtube_api::LiveChatPollEditedDetails::clear_id ( )
inline

Clears the 'id' attribute.

◆ clear_items()

void google_youtube_api::LiveChatPollEditedDetails::clear_items ( )
inline

Clears the 'items' attribute.

◆ clear_prompt()

void google_youtube_api::LiveChatPollEditedDetails::clear_prompt ( )
inline

Clears the 'prompt' attribute.

◆ get_id()

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

Get the value of the 'id' attribute.

◆ get_items()

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

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

◆ get_prompt()

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

Get the value of the 'prompt' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_youtube_api::LiveChatPollEditedDetails

◆ has_id()

bool google_youtube_api::LiveChatPollEditedDetails::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::LiveChatPollEditedDetails::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::LiveChatPollEditedDetails::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::LiveChatPollEditedDetails::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()

LiveChatPollEditedDetails * google_youtube_api::LiveChatPollEditedDetails::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_id()

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

Change the 'id' attribute.

Parameters
[in]valueThe new value.

◆ set_prompt()

void google_youtube_api::LiveChatPollEditedDetails::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: