GoogleCloudDatacatalogLineageV1ListRunsResponse constructor
GoogleCloudDatacatalogLineageV1ListRunsResponse({
- String? nextPageToken,
- List<
GoogleCloudDatacatalogLineageV1Run> ? runs,
Implementation
GoogleCloudDatacatalogLineageV1ListRunsResponse({
this.nextPageToken,
this.runs,
});