printServerIds = $printServerIds; } /** * @return string[] */ public function getPrintServerIds() { return $this->printServerIds; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BatchDeletePrintServersRequest::class, 'Google_Service_Directory_BatchDeletePrintServersRequest');