nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } /** * The list of Schemas. * * @param GoogleCloudDocumentaiV1NextSchema[] $schemas */ public function setSchemas($schemas) { $this->schemas = $schemas; } /** * @return GoogleCloudDocumentaiV1NextSchema[] */ public function getSchemas() { return $this->schemas; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDocumentaiV1ListSchemasResponse::class, 'Google_Service_Document_GoogleCloudDocumentaiV1ListSchemasResponse');