/var/www/flurhymez/vendor/google/apiclient-services/src/ServiceNetworking
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/ServiceNetworking/Endpoint.php (1588B)
allowCors = $allowCors;
}
/**
* @return bool
*/
public function getAllowCors()
{
return $this->allowCors;
}
/**
* @param string
*/
public function setName($name)
{
$this->name = $name;
}
/**
* @return string
*/
public function getName()
{
return $this->name;
}
/**
* @param string
*/
public function setTarget($target)
{
$this->target = $target;
}
/**
* @return string
*/
public function getTarget()
{
return $this->target;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Endpoint::class, 'Google_Service_ServiceNetworking_Endpoint');