GoogleCloudDocumentaiV1ListProcessorVersionsResponse constructor

GoogleCloudDocumentaiV1ListProcessorVersionsResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudDocumentaiV1ProcessorVersion>? processorVersions,
})

Implementation

GoogleCloudDocumentaiV1ListProcessorVersionsResponse({
  this.nextPageToken,
  this.processorVersions,
});