bulkErrorCode = $bulkErrorCode; } /** * @return string */ public function getBulkErrorCode() { return $this->bulkErrorCode; } /** * @param CheckResponse[] */ public function setCheckResults($checkResults) { $this->checkResults = $checkResults; } /** * @return CheckResponse[] */ public function getCheckResults() { return $this->checkResults; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BulkCheckResponse::class, 'Google_Service_Digitalassetlinks_BulkCheckResponse');