GoogleCloudContentwarehouseV1ListLinkedSourcesResponse constructor

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

Implementation

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