GoogleCloudContentwarehouseV1DocumentLink constructor

GoogleCloudContentwarehouseV1DocumentLink({
  1. String? createTime,
  2. String? description,
  3. String? name,
  4. GoogleCloudContentwarehouseV1DocumentReference? sourceDocumentReference,
  5. String? state,
  6. GoogleCloudContentwarehouseV1DocumentReference? targetDocumentReference,
  7. String? updateTime,
})

Implementation

GoogleCloudContentwarehouseV1DocumentLink({
  this.createTime,
  this.description,
  this.name,
  this.sourceDocumentReference,
  this.state,
  this.targetDocumentReference,
  this.updateTime,
});