#include <list_smime_info_response.h>
◆ ListSmimeInfoResponse() [1/2]
google_gmail_api::ListSmimeInfoResponse::ListSmimeInfoResponse |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ListSmimeInfoResponse() [2/2]
google_gmail_api::ListSmimeInfoResponse::ListSmimeInfoResponse |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~ListSmimeInfoResponse()
google_gmail_api::ListSmimeInfoResponse::~ListSmimeInfoResponse |
( |
| ) |
|
|
virtual |
◆ clear_smime_info()
void google_gmail_api::ListSmimeInfoResponse::clear_smime_info |
( |
| ) |
|
|
inline |
Clears the 'smimeInfo
' attribute.
◆ get_smime_info()
const client::JsonCppArray<SmimeInfo > google_gmail_api::ListSmimeInfoResponse::get_smime_info |
( |
| ) |
const |
Get a reference to the value of the 'smimeInfo
' attribute.
◆ GetTypeName()
const StringPiece google_gmail_api::ListSmimeInfoResponse::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_smime_info()
bool google_gmail_api::ListSmimeInfoResponse::has_smime_info |
( |
| ) |
const |
|
inline |
Determine if the 'smimeInfo
' attribute was set.
- Returns
- true if the '
smimeInfo
' attribute was set.
◆ mutable_smimeInfo()
client::JsonCppArray<SmimeInfo > google_gmail_api::ListSmimeInfoResponse::mutable_smimeInfo |
( |
| ) |
|
Gets a reference to a mutable value of the 'smimeInfo
' property.
List of SmimeInfo.
- 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: