GoogleCloudContentwarehouseV1DocumentSchema constructor

GoogleCloudContentwarehouseV1DocumentSchema({
  1. String? createTime,
  2. String? description,
  3. String? displayName,
  4. bool? documentIsFolder,
  5. String? name,
  6. List<GoogleCloudContentwarehouseV1PropertyDefinition>? propertyDefinitions,
  7. String? updateTime,
})

Implementation

GoogleCloudContentwarehouseV1DocumentSchema({
  this.createTime,
  this.description,
  this.displayName,
  this.documentIsFolder,
  this.name,
  this.propertyDefinitions,
  this.updateTime,
});