gmail
v1
|
#include <list_send_as_response.h>
Public Member Functions | |
ListSendAsResponse (const Json::Value &storage) | |
ListSendAsResponse (Json::Value *storage) | |
virtual | ~ListSendAsResponse () |
const StringPiece | GetTypeName () const |
bool | has_send_as () const |
void | clear_send_as () |
const client::JsonCppArray< SendAs > | get_send_as () const |
client::JsonCppArray< SendAs > | mutable_sendAs () |
Static Public Member Functions | |
static ListSendAsResponse * | New () |
Response for the ListSendAs method.
|
explicit |
Standard constructor for an immutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'sendAs
' attribute.
const client::JsonCppArray<SendAs > google_gmail_api::ListSendAsResponse::get_send_as | ( | ) | const |
Get a reference to the value of the 'sendAs
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'sendAs
' attribute was set.
sendAs
' attribute was set. client::JsonCppArray<SendAs > google_gmail_api::ListSendAsResponse::mutable_sendAs | ( | ) |
Gets a reference to a mutable value of the 'sendAs
' property.
List of send-as aliases.
|
static |
Creates a new default instance.