#include <get_account_info_response.h>
Response of getting account information.
◆ GetAccountInfoResponse() [1/2]
| google_identitytoolkit_api::GetAccountInfoResponse::GetAccountInfoResponse |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ GetAccountInfoResponse() [2/2]
| google_identitytoolkit_api::GetAccountInfoResponse::GetAccountInfoResponse |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ~GetAccountInfoResponse()
| google_identitytoolkit_api::GetAccountInfoResponse::~GetAccountInfoResponse |
( |
| ) |
|
|
virtual |
◆ clear_kind()
| void google_identitytoolkit_api::GetAccountInfoResponse::clear_kind |
( |
| ) |
|
|
inline |
Clears the 'kind' attribute.
◆ clear_users()
| void google_identitytoolkit_api::GetAccountInfoResponse::clear_users |
( |
| ) |
|
|
inline |
Clears the 'users' attribute.
◆ get_kind()
| const StringPiece google_identitytoolkit_api::GetAccountInfoResponse::get_kind |
( |
| ) |
const |
|
inline |
Get the value of the 'kind' attribute.
◆ get_users()
| const client::JsonCppArray<UserInfo > google_identitytoolkit_api::GetAccountInfoResponse::get_users |
( |
| ) |
const |
Get a reference to the value of the 'users' attribute.
◆ GetTypeName()
| const StringPiece google_identitytoolkit_api::GetAccountInfoResponse::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_kind()
| bool google_identitytoolkit_api::GetAccountInfoResponse::has_kind |
( |
| ) |
const |
|
inline |
Determine if the 'kind' attribute was set.
- Returns
- true if the '
kind' attribute was set.
◆ has_users()
| bool google_identitytoolkit_api::GetAccountInfoResponse::has_users |
( |
| ) |
const |
|
inline |
Determine if the 'users' attribute was set.
- Returns
- true if the '
users' attribute was set.
◆ mutable_users()
| client::JsonCppArray<UserInfo > google_identitytoolkit_api::GetAccountInfoResponse::mutable_users |
( |
| ) |
|
Gets a reference to a mutable value of the 'users' property.
The info of the users.
- 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.
◆ set_kind()
| void google_identitytoolkit_api::GetAccountInfoResponse::set_kind |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'kind' attribute.
The fixed string "identitytoolkit#GetAccountInfoResponse".
- Parameters
-
The documentation for this class was generated from the following files: