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