/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Baremetalsolution
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Baremetalsolution/SSHKey.php (1340B)
name = $name;
}
/**
* @return string
*/
public function getName()
{
return $this->name;
}
/**
* @param string
*/
public function setPublicKey($publicKey)
{
$this->publicKey = $publicKey;
}
/**
* @return string
*/
public function getPublicKey()
{
return $this->publicKey;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(SSHKey::class, 'Google_Service_Baremetalsolution_SSHKey');