GoogleCloudContentwarehouseV1ListLinkedTargetsResponse constructor

GoogleCloudContentwarehouseV1ListLinkedTargetsResponse({
  1. List<GoogleCloudContentwarehouseV1DocumentLink>? documentLinks,
  2. String? nextPageToken,
})

Implementation

GoogleCloudContentwarehouseV1ListLinkedTargetsResponse({
  this.documentLinks,
  this.nextPageToken,
});