email = $email; } /** * @return string */ public function getEmail() { return $this->email; } /** * @param string */ public function setKind($kind) { $this->kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } /** * @param string */ public function setNewEmail($newEmail) { $this->newEmail = $newEmail; } /** * @return string */ public function getNewEmail() { return $this->newEmail; } /** * @param string */ public function setRequestType($requestType) { $this->requestType = $requestType; } /** * @return string */ public function getRequestType() { return $this->requestType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ResetPasswordResponse::class, 'Google_Service_IdentityToolkit_ResetPasswordResponse');