GoogleCloudDatacatalogLineageV1ListRunsResponse constructor

GoogleCloudDatacatalogLineageV1ListRunsResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudDatacatalogLineageV1Run>? runs,
})

Implementation

GoogleCloudDatacatalogLineageV1ListRunsResponse({
  this.nextPageToken,
  this.runs,
});