GoogleCloudContentwarehouseV1DocumentLink constructor
GoogleCloudContentwarehouseV1DocumentLink({
- String? createTime,
- String? description,
- String? name,
- GoogleCloudContentwarehouseV1DocumentReference? sourceDocumentReference,
- String? state,
- GoogleCloudContentwarehouseV1DocumentReference? targetDocumentReference,
- String? updateTime,
Implementation
GoogleCloudContentwarehouseV1DocumentLink({
this.createTime,
this.description,
this.name,
this.sourceDocumentReference,
this.state,
this.targetDocumentReference,
this.updateTime,
});