GoogleCloudDataplexV1AspectType constructor

GoogleCloudDataplexV1AspectType({
  1. GoogleCloudDataplexV1AspectTypeAuthorization? authorization,
  2. String? createTime,
  3. String? dataClassification,
  4. String? description,
  5. String? displayName,
  6. String? etag,
  7. Map<String, String>? labels,
  8. GoogleCloudDataplexV1AspectTypeMetadataTemplate? metadataTemplate,
  9. String? name,
  10. String? transferStatus,
  11. String? uid,
  12. String? updateTime,
})

Implementation

GoogleCloudDataplexV1AspectType({
  this.authorization,
  this.createTime,
  this.dataClassification,
  this.description,
  this.displayName,
  this.etag,
  this.labels,
  this.metadataTemplate,
  this.name,
  this.transferStatus,
  this.uid,
  this.updateTime,
});