GoogleCloudDocumentaiV1FetchProcessorTypesResponse constructor

GoogleCloudDocumentaiV1FetchProcessorTypesResponse({
  1. List<GoogleCloudDocumentaiV1ProcessorType>? processorTypes,
})

Implementation

GoogleCloudDocumentaiV1FetchProcessorTypesResponse({
  this.processorTypes,
});