GoogleCloudDatacatalogLineageV1Run constructor

GoogleCloudDatacatalogLineageV1Run({
  1. Map<String, Object?>? attributes,
  2. String? displayName,
  3. String? endTime,
  4. String? name,
  5. String? startTime,
  6. String? state,
})

Implementation

GoogleCloudDatacatalogLineageV1Run({
  this.attributes,
  this.displayName,
  this.endTime,
  this.name,
  this.startTime,
  this.state,
});