GoogleCloudContentwarehouseV1CreateDocumentLinkRequest constructor

GoogleCloudContentwarehouseV1CreateDocumentLinkRequest({
  1. GoogleCloudContentwarehouseV1DocumentLink? documentLink,
  2. GoogleCloudContentwarehouseV1RequestMetadata? requestMetadata,
})

Implementation

GoogleCloudContentwarehouseV1CreateDocumentLinkRequest({
  this.documentLink,
  this.requestMetadata,
});