GoogleCloudDocumentaiV1ListProcessorsResponse constructor

GoogleCloudDocumentaiV1ListProcessorsResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudDocumentaiV1Processor>? processors,
})

Implementation

GoogleCloudDocumentaiV1ListProcessorsResponse({
  this.nextPageToken,
  this.processors,
});