GoogleCloudContentwarehouseV1ListLinkedTargetsResponse constructor
GoogleCloudContentwarehouseV1ListLinkedTargetsResponse({
- List<
GoogleCloudContentwarehouseV1DocumentLink> ? documentLinks, - String? nextPageToken,
Implementation
GoogleCloudContentwarehouseV1ListLinkedTargetsResponse({
this.documentLinks,
this.nextPageToken,
});