/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/VMMigrationService
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/VMMigrationService/Link.php (1343B)
description = $description;
}
/**
* @return string
*/
public function getDescription()
{
return $this->description;
}
/**
* @param string
*/
public function setUrl($url)
{
$this->url = $url;
}
/**
* @return string
*/
public function getUrl()
{
return $this->url;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Link::class, 'Google_Service_VMMigrationService_Link');