gmail
v1
|
#include <list_delegates_response.h>
Public Member Functions | |
ListDelegatesResponse (const Json::Value &storage) | |
ListDelegatesResponse (Json::Value *storage) | |
virtual | ~ListDelegatesResponse () |
const StringPiece | GetTypeName () const |
bool | has_delegates () const |
void | clear_delegates () |
const client::JsonCppArray< Delegate > | get_delegates () const |
client::JsonCppArray< Delegate > | mutable_delegates () |
Static Public Member Functions | |
static ListDelegatesResponse * | New () |
Response for the ListDelegates 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 'delegates
' attribute.
const client::JsonCppArray<Delegate > google_gmail_api::ListDelegatesResponse::get_delegates | ( | ) | const |
Get a reference to the value of the 'delegates
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'delegates
' attribute was set.
delegates
' attribute was set. client::JsonCppArray<Delegate > google_gmail_api::ListDelegatesResponse::mutable_delegates | ( | ) |
Gets a reference to a mutable value of the 'delegates
' property.
List of the user's delegates (with any verification status).
|
static |
Creates a new default instance.