GoogleCloudDataplexV1AspectSource constructor

GoogleCloudDataplexV1AspectSource({
  1. String? createTime,
  2. String? updateTime,
})

Implementation

GoogleCloudDataplexV1AspectSource({
  this.createTime,
  this.updateTime,
});