GoogleCloudDatacatalogLineageV1SearchLinksResponse constructor

GoogleCloudDatacatalogLineageV1SearchLinksResponse({
  1. List<GoogleCloudDatacatalogLineageV1Link>? links,
  2. String? nextPageToken,
})

Implementation

GoogleCloudDatacatalogLineageV1SearchLinksResponse({
  this.links,
  this.nextPageToken,
});