identitytoolkit  v3
Public Member Functions | Static Public Member Functions | List of all members
google_identitytoolkit_api::DeleteAccountResponse Class Reference

#include <delete_account_response.h>

Inheritance diagram for google_identitytoolkit_api::DeleteAccountResponse:

Public Member Functions

 DeleteAccountResponse (const Json::Value &storage)
 
 DeleteAccountResponse (Json::Value *storage)
 
virtual ~DeleteAccountResponse ()
 
const StringPiece GetTypeName () const
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 

Static Public Member Functions

static DeleteAccountResponseNew ()
 

Detailed Description

Respone of deleting account.

Constructor & Destructor Documentation

◆ DeleteAccountResponse() [1/2]

google_identitytoolkit_api::DeleteAccountResponse::DeleteAccountResponse ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

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

◆ DeleteAccountResponse() [2/2]

google_identitytoolkit_api::DeleteAccountResponse::DeleteAccountResponse ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

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

◆ ~DeleteAccountResponse()

google_identitytoolkit_api::DeleteAccountResponse::~DeleteAccountResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_kind()

void google_identitytoolkit_api::DeleteAccountResponse::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ get_kind()

const StringPiece google_identitytoolkit_api::DeleteAccountResponse::get_kind ( ) const
inline

Get the value of the 'kind' attribute.

◆ GetTypeName()

const StringPiece google_identitytoolkit_api::DeleteAccountResponse::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_identitytoolkit_api::DeleteAccountResponse

◆ has_kind()

bool google_identitytoolkit_api::DeleteAccountResponse::has_kind ( ) const
inline

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ New()

DeleteAccountResponse * google_identitytoolkit_api::DeleteAccountResponse::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_kind()

void google_identitytoolkit_api::DeleteAccountResponse::set_kind ( const StringPiece &  value)
inline

Change the 'kind' attribute.

The fixed string "identitytoolkit#DeleteAccountResponse".

Parameters
[in]valueThe new value.

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