GoogleCloudDataplexV1Entry constructor

GoogleCloudDataplexV1Entry({
  1. Map<String, GoogleCloudDataplexV1Aspect>? aspects,
  2. String? createTime,
  3. GoogleCloudDataplexV1EntrySource? entrySource,
  4. String? entryType,
  5. String? fullyQualifiedName,
  6. String? name,
  7. String? parentEntry,
  8. String? updateTime,
})

Implementation

GoogleCloudDataplexV1Entry({
  this.aspects,
  this.createTime,
  this.entrySource,
  this.entryType,
  this.fullyQualifiedName,
  this.name,
  this.parentEntry,
  this.updateTime,
});