gmail  v1
Public Member Functions | Static Public Member Functions | List of all members
google_gmail_api::ListDelegatesResponse Class Reference

#include <list_delegates_response.h>

Inheritance diagram for google_gmail_api::ListDelegatesResponse:

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< Delegateget_delegates () const
 
client::JsonCppArray< Delegatemutable_delegates ()
 

Static Public Member Functions

static ListDelegatesResponseNew ()
 

Detailed Description

Response for the ListDelegates method.

Constructor & Destructor Documentation

◆ ListDelegatesResponse() [1/2]

google_gmail_api::ListDelegatesResponse::ListDelegatesResponse ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ListDelegatesResponse() [2/2]

google_gmail_api::ListDelegatesResponse::ListDelegatesResponse ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~ListDelegatesResponse()

google_gmail_api::ListDelegatesResponse::~ListDelegatesResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_delegates()

void google_gmail_api::ListDelegatesResponse::clear_delegates ( )
inline

Clears the 'delegates' attribute.

◆ get_delegates()

const client::JsonCppArray<Delegate > google_gmail_api::ListDelegatesResponse::get_delegates ( ) const

Get a reference to the value of the 'delegates' attribute.

◆ GetTypeName()

const StringPiece google_gmail_api::ListDelegatesResponse::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_gmail_api::ListDelegatesResponse

◆ has_delegates()

bool google_gmail_api::ListDelegatesResponse::has_delegates ( ) const
inline

Determine if the 'delegates' attribute was set.

Returns
true if the 'delegates' attribute was set.

◆ mutable_delegates()

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).

Returns
The result can be modified to change the attribute value.

◆ New()

ListDelegatesResponse * google_gmail_api::ListDelegatesResponse::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

The documentation for this class was generated from the following files: