/var/www/flurhymez/vendor/google/apiclient-services/src/ServiceManagement
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/ServiceManagement/ResourceReference.php (1373B)
childType = $childType;
}
/**
* @return string
*/
public function getChildType()
{
return $this->childType;
}
/**
* @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(ResourceReference::class, 'Google_Service_ServiceManagement_ResourceReference');