GoogleCloudDocumentaiV1beta3ProcessorType constructor

GoogleCloudDocumentaiV1beta3ProcessorType({
  1. bool? allowCreation,
  2. List<GoogleCloudDocumentaiV1beta3ProcessorTypeLocationInfo>? availableLocations,
  3. String? category,
  4. String? name,
  5. String? type,
})

Implementation

GoogleCloudDocumentaiV1beta3ProcessorType({
  this.allowCreation,
  this.availableLocations,
  this.category,
  this.name,
  this.type,
});