GoogleCloudDataplexV1AspectType constructor

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

Implementation

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