GoogleCloudDataplexV1Aspect constructor

GoogleCloudDataplexV1Aspect({
  1. GoogleCloudDataplexV1AspectSource? aspectSource,
  2. String? aspectType,
  3. String? createTime,
  4. Map<String, Object?>? data,
  5. String? path,
  6. String? updateTime,
})

Implementation

GoogleCloudDataplexV1Aspect({
  this.aspectSource,
  this.aspectType,
  this.createTime,
  this.data,
  this.path,
  this.updateTime,
});