/var/www/flurhymez/vendor/google/apiclient-services/src/CloudTalentSolution
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/CloudTalentSolution/JobEvent.php (1364B)
jobs = $jobs;
}
/**
* @return string[]
*/
public function getJobs()
{
return $this->jobs;
}
/**
* @param string
*/
public function setType($type)
{
$this->type = $type;
}
/**
* @return string
*/
public function getType()
{
return $this->type;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(JobEvent::class, 'Google_Service_CloudTalentSolution_JobEvent');