#include <history_message_deleted.h>
◆ HistoryMessageDeleted() [1/2]
google_gmail_api::HistoryMessageDeleted::HistoryMessageDeleted |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ HistoryMessageDeleted() [2/2]
google_gmail_api::HistoryMessageDeleted::HistoryMessageDeleted |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~HistoryMessageDeleted()
google_gmail_api::HistoryMessageDeleted::~HistoryMessageDeleted |
( |
| ) |
|
|
virtual |
◆ clear_message()
void google_gmail_api::HistoryMessageDeleted::clear_message |
( |
| ) |
|
|
inline |
Clears the 'message
' attribute.
◆ get_message()
const Message google_gmail_api::HistoryMessageDeleted::get_message |
( |
| ) |
const |
Get a reference to the value of the 'message
' attribute.
◆ GetTypeName()
const StringPiece google_gmail_api::HistoryMessageDeleted::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_message()
bool google_gmail_api::HistoryMessageDeleted::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::HistoryMessageDeleted::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: