#include <history_message_added.h>
◆ HistoryMessageAdded() [1/2]
google_gmail_api::HistoryMessageAdded::HistoryMessageAdded |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ HistoryMessageAdded() [2/2]
google_gmail_api::HistoryMessageAdded::HistoryMessageAdded |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~HistoryMessageAdded()
google_gmail_api::HistoryMessageAdded::~HistoryMessageAdded |
( |
| ) |
|
|
virtual |
◆ clear_message()
void google_gmail_api::HistoryMessageAdded::clear_message |
( |
| ) |
|
|
inline |
Clears the 'message
' attribute.
◆ get_message()
const Message google_gmail_api::HistoryMessageAdded::get_message |
( |
| ) |
const |
Get a reference to the value of the 'message
' attribute.
◆ GetTypeName()
const StringPiece google_gmail_api::HistoryMessageAdded::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_message()
bool google_gmail_api::HistoryMessageAdded::has_message |
( |
| ) |
const |
|
inline |
Determine if the 'message
' attribute was set.
- Returns
- true if the '
message
' attribute was set.
◆ mutable_message()
Message google_gmail_api::HistoryMessageAdded::mutable_message |
( |
| ) |
|
Gets a reference to a mutable value of the 'message
' 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.
The documentation for this class was generated from the following files: