GoogleCloudContentwarehouseV1DocumentReference constructor

GoogleCloudContentwarehouseV1DocumentReference({
  1. String? createTime,
  2. String? deleteTime,
  3. String? displayName,
  4. bool? documentIsFolder,
  5. bool? documentIsLegalHoldFolder,
  6. bool? documentIsRetentionFolder,
  7. String? documentName,
  8. String? snippet,
  9. String? updateTime,
})

Implementation

GoogleCloudContentwarehouseV1DocumentReference({
  this.createTime,
  this.deleteTime,
  this.displayName,
  this.documentIsFolder,
  this.documentIsLegalHoldFolder,
  this.documentIsRetentionFolder,
  this.documentName,
  this.snippet,
  this.updateTime,
});