/var/www/flurhymez/vendor/google/apiclient-services/src/Iam
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Iam/CreateServiceAccountKeyRequest.php (1475B)
keyAlgorithm = $keyAlgorithm;
}
/**
* @return string
*/
public function getKeyAlgorithm()
{
return $this->keyAlgorithm;
}
/**
* @param string
*/
public function setPrivateKeyType($privateKeyType)
{
$this->privateKeyType = $privateKeyType;
}
/**
* @return string
*/
public function getPrivateKeyType()
{
return $this->privateKeyType;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(CreateServiceAccountKeyRequest::class, 'Google_Service_Iam_CreateServiceAccountKeyRequest');