GoogleCloudDocumentaiV1ProcessorVersion constructor

GoogleCloudDocumentaiV1ProcessorVersion({
  1. String? createTime,
  2. GoogleCloudDocumentaiV1ProcessorVersionDeprecationInfo? deprecationInfo,
  3. String? displayName,
  4. GoogleCloudDocumentaiV1DocumentSchema? documentSchema,
  5. bool? googleManaged,
  6. String? kmsKeyName,
  7. String? kmsKeyVersionName,
  8. GoogleCloudDocumentaiV1EvaluationReference? latestEvaluation,
  9. String? modelType,
  10. String? name,
  11. String? state,
})

Implementation

GoogleCloudDocumentaiV1ProcessorVersion({
  this.createTime,
  this.deprecationInfo,
  this.displayName,
  this.documentSchema,
  this.googleManaged,
  this.kmsKeyName,
  this.kmsKeyVersionName,
  this.latestEvaluation,
  this.modelType,
  this.name,
  this.state,
});