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

#include <live_chat_poll_closed_details.h>

Inheritance diagram for google_youtube_api::LiveChatPollClosedDetails:

Public Member Functions

 LiveChatPollClosedDetails (const Json::Value &storage)
 
 LiveChatPollClosedDetails (Json::Value *storage)
 
virtual ~LiveChatPollClosedDetails ()
 
const StringPiece GetTypeName () const
 
bool has_poll_id () const
 
void clear_poll_id ()
 
const StringPiece get_poll_id () const
 
void set_poll_id (const StringPiece &value)
 

Static Public Member Functions

static LiveChatPollClosedDetailsNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ LiveChatPollClosedDetails() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ LiveChatPollClosedDetails() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~LiveChatPollClosedDetails()

google_youtube_api::LiveChatPollClosedDetails::~LiveChatPollClosedDetails ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_poll_id()

void google_youtube_api::LiveChatPollClosedDetails::clear_poll_id ( )
inline

Clears the 'pollId' attribute.

◆ get_poll_id()

const StringPiece google_youtube_api::LiveChatPollClosedDetails::get_poll_id ( ) const
inline

Get the value of the 'pollId' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_youtube_api::LiveChatPollClosedDetails

◆ has_poll_id()

bool google_youtube_api::LiveChatPollClosedDetails::has_poll_id ( ) const
inline

Determine if the 'pollId' attribute was set.

Returns
true if the 'pollId' attribute was set.

◆ New()

LiveChatPollClosedDetails * google_youtube_api::LiveChatPollClosedDetails::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_poll_id()

void google_youtube_api::LiveChatPollClosedDetails::set_poll_id ( const StringPiece &  value)
inline

Change the 'pollId' attribute.

The id of the poll that was closed.

Parameters
[in]valueThe new value.

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