#include <live_chat_text_message_details.h>
◆ LiveChatTextMessageDetails() [1/2]
google_youtube_api::LiveChatTextMessageDetails::LiveChatTextMessageDetails |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ LiveChatTextMessageDetails() [2/2]
google_youtube_api::LiveChatTextMessageDetails::LiveChatTextMessageDetails |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~LiveChatTextMessageDetails()
google_youtube_api::LiveChatTextMessageDetails::~LiveChatTextMessageDetails |
( |
| ) |
|
|
virtual |
◆ clear_message_text()
void google_youtube_api::LiveChatTextMessageDetails::clear_message_text |
( |
| ) |
|
|
inline |
Clears the 'messageText
' attribute.
◆ get_message_text()
const StringPiece google_youtube_api::LiveChatTextMessageDetails::get_message_text |
( |
| ) |
const |
|
inline |
Get the value of the 'messageText
' attribute.
◆ GetTypeName()
const StringPiece google_youtube_api::LiveChatTextMessageDetails::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_message_text()
bool google_youtube_api::LiveChatTextMessageDetails::has_message_text |
( |
| ) |
const |
|
inline |
Determine if the 'messageText
' attribute was set.
- Returns
- true if the '
messageText
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_message_text()
void google_youtube_api::LiveChatTextMessageDetails::set_message_text |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'messageText
' attribute.
The user's message.
- Parameters
-
The documentation for this class was generated from the following files: