/var/www/flurhymez/vendor/google/apiclient-services/src/OnDemandScanning
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/OnDemandScanning/PackageOccurrence.php (1456B)
location = $location;
}
/**
* @return Location[]
*/
public function getLocation()
{
return $this->location;
}
/**
* @param string
*/
public function setName($name)
{
$this->name = $name;
}
/**
* @return string
*/
public function getName()
{
return $this->name;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(PackageOccurrence::class, 'Google_Service_OnDemandScanning_PackageOccurrence');