/var/www/flurhymez/vendor/google/apiclient-services/src/CloudProfiler
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/CloudProfiler/CreateProfileRequest.php (1541B)
deployment = $deployment;
}
/**
* @return Deployment
*/
public function getDeployment()
{
return $this->deployment;
}
/**
* @param string[]
*/
public function setProfileType($profileType)
{
$this->profileType = $profileType;
}
/**
* @return string[]
*/
public function getProfileType()
{
return $this->profileType;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(CreateProfileRequest::class, 'Google_Service_CloudProfiler_CreateProfileRequest');