#include <live_chat_poll_voted_details.h>
◆ LiveChatPollVotedDetails() [1/2]
google_youtube_api::LiveChatPollVotedDetails::LiveChatPollVotedDetails |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ LiveChatPollVotedDetails() [2/2]
google_youtube_api::LiveChatPollVotedDetails::LiveChatPollVotedDetails |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~LiveChatPollVotedDetails()
google_youtube_api::LiveChatPollVotedDetails::~LiveChatPollVotedDetails |
( |
| ) |
|
|
virtual |
◆ clear_item_id()
void google_youtube_api::LiveChatPollVotedDetails::clear_item_id |
( |
| ) |
|
|
inline |
Clears the 'itemId
' attribute.
◆ clear_poll_id()
void google_youtube_api::LiveChatPollVotedDetails::clear_poll_id |
( |
| ) |
|
|
inline |
Clears the 'pollId
' attribute.
◆ get_item_id()
const StringPiece google_youtube_api::LiveChatPollVotedDetails::get_item_id |
( |
| ) |
const |
|
inline |
Get the value of the 'itemId
' attribute.
◆ get_poll_id()
const StringPiece google_youtube_api::LiveChatPollVotedDetails::get_poll_id |
( |
| ) |
const |
|
inline |
Get the value of the 'pollId
' attribute.
◆ GetTypeName()
const StringPiece google_youtube_api::LiveChatPollVotedDetails::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_item_id()
bool google_youtube_api::LiveChatPollVotedDetails::has_item_id |
( |
| ) |
const |
|
inline |
Determine if the 'itemId
' attribute was set.
- Returns
- true if the '
itemId
' attribute was set.
◆ has_poll_id()
bool google_youtube_api::LiveChatPollVotedDetails::has_poll_id |
( |
| ) |
const |
|
inline |
Determine if the 'pollId
' attribute was set.
- Returns
- true if the '
pollId
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_item_id()
void google_youtube_api::LiveChatPollVotedDetails::set_item_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'itemId
' attribute.
The poll item the user chose.
- Parameters
-
◆ set_poll_id()
void google_youtube_api::LiveChatPollVotedDetails::set_poll_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'pollId
' attribute.
The poll the user voted on.
- Parameters
-
The documentation for this class was generated from the following files: