#include <batch_delete_messages_request.h>
◆ BatchDeleteMessagesRequest() [1/2]
google_gmail_api::BatchDeleteMessagesRequest::BatchDeleteMessagesRequest |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ BatchDeleteMessagesRequest() [2/2]
google_gmail_api::BatchDeleteMessagesRequest::BatchDeleteMessagesRequest |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~BatchDeleteMessagesRequest()
google_gmail_api::BatchDeleteMessagesRequest::~BatchDeleteMessagesRequest |
( |
| ) |
|
|
virtual |
◆ clear_ids()
void google_gmail_api::BatchDeleteMessagesRequest::clear_ids |
( |
| ) |
|
|
inline |
Clears the 'ids
' attribute.
◆ get_ids()
const client::JsonCppArray<string > google_gmail_api::BatchDeleteMessagesRequest::get_ids |
( |
| ) |
const |
|
inline |
Get a reference to the value of the 'ids
' attribute.
◆ GetTypeName()
const StringPiece google_gmail_api::BatchDeleteMessagesRequest::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_ids()
bool google_gmail_api::BatchDeleteMessagesRequest::has_ids |
( |
| ) |
const |
|
inline |
Determine if the 'ids
' attribute was set.
- Returns
- true if the '
ids
' attribute was set.
◆ mutable_ids()
client::JsonCppArray<string > google_gmail_api::BatchDeleteMessagesRequest::mutable_ids |
( |
| ) |
|
|
inline |
Gets a reference to a mutable value of the 'ids
' property.
The IDs of the messages to delete.
- 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: