#include <history_label_removed.h>
◆ HistoryLabelRemoved() [1/2]
google_gmail_api::HistoryLabelRemoved::HistoryLabelRemoved |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ HistoryLabelRemoved() [2/2]
google_gmail_api::HistoryLabelRemoved::HistoryLabelRemoved |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~HistoryLabelRemoved()
google_gmail_api::HistoryLabelRemoved::~HistoryLabelRemoved |
( |
| ) |
|
|
virtual |
◆ clear_label_ids()
void google_gmail_api::HistoryLabelRemoved::clear_label_ids |
( |
| ) |
|
|
inline |
Clears the 'labelIds
' attribute.
◆ clear_message()
void google_gmail_api::HistoryLabelRemoved::clear_message |
( |
| ) |
|
|
inline |
Clears the 'message
' attribute.
◆ get_label_ids()
const client::JsonCppArray<string > google_gmail_api::HistoryLabelRemoved::get_label_ids |
( |
| ) |
const |
|
inline |
Get a reference to the value of the 'labelIds
' attribute.
◆ get_message()
const Message google_gmail_api::HistoryLabelRemoved::get_message |
( |
| ) |
const |
Get a reference to the value of the 'message
' attribute.
◆ GetTypeName()
const StringPiece google_gmail_api::HistoryLabelRemoved::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_label_ids()
bool google_gmail_api::HistoryLabelRemoved::has_label_ids |
( |
| ) |
const |
|
inline |
Determine if the 'labelIds
' attribute was set.
- Returns
- true if the '
labelIds
' attribute was set.
◆ has_message()
bool google_gmail_api::HistoryLabelRemoved::has_message |
( |
| ) |
const |
|
inline |
Determine if the 'message
' attribute was set.
- Returns
- true if the '
message
' attribute was set.
◆ mutable_labelIds()
client::JsonCppArray<string > google_gmail_api::HistoryLabelRemoved::mutable_labelIds |
( |
| ) |
|
|
inline |
Gets a reference to a mutable value of the 'labelIds
' property.
Label IDs removed from the message.
- Returns
- The result can be modified to change the attribute value.
◆ mutable_message()
Message google_gmail_api::HistoryLabelRemoved::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: