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