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