GoogleCloudDocumentaiV1beta3ProcessorVersion constructor

GoogleCloudDocumentaiV1beta3ProcessorVersion({
  1. String? createTime,
  2. String? displayName,
  3. GoogleCloudDocumentaiV1beta3EvaluationReference? latestEvaluation,
  4. String? name,
  5. GoogleCloudDocumentaiV1beta3Schema? schema,
  6. String? state,
})

Implementation

GoogleCloudDocumentaiV1beta3ProcessorVersion({
  this.createTime,
  this.displayName,
  this.latestEvaluation,
  this.name,
  this.schema,
  this.state,
});