/var/www/flurhymez/vendor/google/apiclient-services/src/ServiceUsage
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/ServiceUsage/BatchEnableServicesRequest.php (1218B)
serviceIds = $serviceIds;
}
/**
* @return string[]
*/
public function getServiceIds()
{
return $this->serviceIds;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(BatchEnableServicesRequest::class, 'Google_Service_ServiceUsage_BatchEnableServicesRequest');