GoogleCloudDatacatalogLineageV1SearchLinksResponse constructor
GoogleCloudDatacatalogLineageV1SearchLinksResponse({
- List<
GoogleCloudDatacatalogLineageV1Link> ? links, - String? nextPageToken,
Implementation
GoogleCloudDatacatalogLineageV1SearchLinksResponse({
this.links,
this.nextPageToken,
});