GoogleCloudDocumentaiV1SchemaVersion constructor

GoogleCloudDocumentaiV1SchemaVersion({
  1. String? createTime,
  2. String? displayName,
  3. Map<String, String>? labels,
  4. String? name,
  5. GoogleCloudDocumentaiV1DocumentSchema? schema,
})

Implementation

GoogleCloudDocumentaiV1SchemaVersion({
  this.createTime,
  this.displayName,
  this.labels,
  this.name,
  this.schema,
});