GoogleCloudDocumentaiV1beta3ListProcessorsResponse constructor

GoogleCloudDocumentaiV1beta3ListProcessorsResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudDocumentaiV1beta3Processor>? processors,
})

Implementation

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