GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty constructor

GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty({
  1. String? displayName,
  2. String? name,
  3. String? occurrenceType,
  4. String? valueType,
})

Implementation

GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty({
  this.displayName,
  this.name,
  this.occurrenceType,
  this.valueType,
});