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');