GoogleCloudDocumentaiV1beta3SchemaEntityType constructor

GoogleCloudDocumentaiV1beta3SchemaEntityType({
  1. String? baseType,
  2. String? description,
  3. List<String>? enumValues,
  4. String? occurrenceType,
  5. List<GoogleCloudDocumentaiV1beta3SchemaEntityType>? properties,
  6. String? source,
  7. String? type,
})

Implementation

GoogleCloudDocumentaiV1beta3SchemaEntityType({
  this.baseType,
  this.description,
  this.enumValues,
  this.occurrenceType,
  this.properties,
  this.source,
  this.type,
});