/var/www/flurhymez/vendor/google/apiclient-services/src/CloudOSLogin
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/CloudOSLogin/ImportSshPublicKeyResponse.php (1497B)
details = $details;
}
/**
* @return string
*/
public function getDetails()
{
return $this->details;
}
/**
* @param LoginProfile
*/
public function setLoginProfile(LoginProfile $loginProfile)
{
$this->loginProfile = $loginProfile;
}
/**
* @return LoginProfile
*/
public function getLoginProfile()
{
return $this->loginProfile;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(ImportSshPublicKeyResponse::class, 'Google_Service_CloudOSLogin_ImportSshPublicKeyResponse');