GoogleCloudDataplexV1EntryType constructor

GoogleCloudDataplexV1EntryType({
  1. GoogleCloudDataplexV1EntryTypeAuthorization? authorization,
  2. String? createTime,
  3. String? description,
  4. String? displayName,
  5. String? etag,
  6. Map<String, String>? labels,
  7. String? name,
  8. String? platform,
  9. List<GoogleCloudDataplexV1EntryTypeAspectInfo>? requiredAspects,
  10. String? system,
  11. List<String>? typeAliases,
  12. String? uid,
  13. String? updateTime,
})

Implementation

GoogleCloudDataplexV1EntryType({
  this.authorization,
  this.createTime,
  this.description,
  this.displayName,
  this.etag,
  this.labels,
  this.name,
  this.platform,
  this.requiredAspects,
  this.system,
  this.typeAliases,
  this.uid,
  this.updateTime,
});