#include <download_account_response.h>
Response of downloading accounts in batch.
◆ DownloadAccountResponse() [1/2]
| google_identitytoolkit_api::DownloadAccountResponse::DownloadAccountResponse |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ DownloadAccountResponse() [2/2]
| google_identitytoolkit_api::DownloadAccountResponse::DownloadAccountResponse |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ~DownloadAccountResponse()
| google_identitytoolkit_api::DownloadAccountResponse::~DownloadAccountResponse |
( |
| ) |
|
|
virtual |
◆ clear_kind()
| void google_identitytoolkit_api::DownloadAccountResponse::clear_kind |
( |
| ) |
|
|
inline |
Clears the 'kind' attribute.
◆ clear_next_page_token()
| void google_identitytoolkit_api::DownloadAccountResponse::clear_next_page_token |
( |
| ) |
|
|
inline |
Clears the 'nextPageToken' attribute.
◆ clear_users()
| void google_identitytoolkit_api::DownloadAccountResponse::clear_users |
( |
| ) |
|
|
inline |
Clears the 'users' attribute.
◆ get_kind()
| const StringPiece google_identitytoolkit_api::DownloadAccountResponse::get_kind |
( |
| ) |
const |
|
inline |
Get the value of the 'kind' attribute.
◆ get_next_page_token()
| const StringPiece google_identitytoolkit_api::DownloadAccountResponse::get_next_page_token |
( |
| ) |
const |
|
inline |
Get the value of the 'nextPageToken' attribute.
◆ get_users()
| const client::JsonCppArray<UserInfo > google_identitytoolkit_api::DownloadAccountResponse::get_users |
( |
| ) |
const |
Get a reference to the value of the 'users' attribute.
◆ GetTypeName()
| const StringPiece google_identitytoolkit_api::DownloadAccountResponse::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_kind()
| bool google_identitytoolkit_api::DownloadAccountResponse::has_kind |
( |
| ) |
const |
|
inline |
Determine if the 'kind' attribute was set.
- Returns
- true if the '
kind' attribute was set.
◆ has_next_page_token()
| bool google_identitytoolkit_api::DownloadAccountResponse::has_next_page_token |
( |
| ) |
const |
|
inline |
Determine if the 'nextPageToken' attribute was set.
- Returns
- true if the '
nextPageToken' attribute was set.
◆ has_users()
| bool google_identitytoolkit_api::DownloadAccountResponse::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::DownloadAccountResponse::mutable_users |
( |
| ) |
|
Gets a reference to a mutable value of the 'users' property.
The user accounts data.
- 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::DownloadAccountResponse::set_kind |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'kind' attribute.
The fixed string "identitytoolkit#DownloadAccountResponse".
- Parameters
-
◆ set_next_page_token()
| void google_identitytoolkit_api::DownloadAccountResponse::set_next_page_token |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'nextPageToken' attribute.
The next page token. To be used in a subsequent request to return the next page of results.
- Parameters
-
The documentation for this class was generated from the following files: