#include <live_chat_poll_opened_details.h>
◆ LiveChatPollOpenedDetails() [1/2]
google_youtube_api::LiveChatPollOpenedDetails::LiveChatPollOpenedDetails |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The 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] | storage | The underlying data storage for this instance. |
◆ ~LiveChatPollOpenedDetails()
google_youtube_api::LiveChatPollOpenedDetails::~LiveChatPollOpenedDetails |
( |
| ) |
|
|
virtual |
◆ 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 |
◆ 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()
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
-
◆ set_prompt()
void google_youtube_api::LiveChatPollOpenedDetails::set_prompt |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'prompt
' attribute.
- Parameters
-
The documentation for this class was generated from the following files: