GoogleCloudContentwarehouseV1LockDocumentRequest constructor

GoogleCloudContentwarehouseV1LockDocumentRequest({
  1. String? collectionId,
  2. GoogleCloudContentwarehouseV1UserInfo? lockingUser,
})

Implementation

GoogleCloudContentwarehouseV1LockDocumentRequest({
  this.collectionId,
  this.lockingUser,
});