30 #ifndef GOOGLE_IDENTITYTOOLKIT_API_DELETE_ACCOUNT_RESPONSE_H_ 31 #define GOOGLE_IDENTITYTOOLKIT_API_DELETE_ACCOUNT_RESPONSE_H_ 34 #include "googleapis/base/macros.h" 35 #include "googleapis/client/data/jsoncpp_data.h" 36 #include "googleapis/strings/stringpiece.h" 84 return StringPiece(
"google_identitytoolkit_api::DeleteAccountResponse");
93 return Storage().isMember(
"kind");
100 MutableStorage()->removeMember(
"kind");
108 const Json::Value& v = Storage(
"kind");
109 if (v == Json::Value::null)
return StringPiece(
"");
110 return StringPiece(v.asCString());
121 *MutableStorage(
"kind") = value.data();
128 #endif // GOOGLE_IDENTITYTOOLKIT_API_DELETE_ACCOUNT_RESPONSE_H_
Definition: create_auth_uri_response.h:38