/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/ServiceUser
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Endpoint.php (1521B)
aliases = $aliases;
}
public function getAliases()
{
return $this->aliases;
}
public function setAllowCors($allowCors)
{
$this->allowCors = $allowCors;
}
public function getAllowCors()
{
return $this->allowCors;
}
public function setFeatures($features)
{
$this->features = $features;
}
public function getFeatures()
{
return $this->features;
}
public function setName($name)
{
$this->name = $name;
}
public function getName()
{
return $this->name;
}
public function setTarget($target)
{
$this->target = $target;
}
public function getTarget()
{
return $this->target;
}
}