GoogleCloudDataplexV1DataAttribute constructor

GoogleCloudDataplexV1DataAttribute({
  1. int? attributeCount,
  2. String? createTime,
  3. GoogleCloudDataplexV1DataAccessSpec? dataAccessSpec,
  4. String? description,
  5. String? displayName,
  6. String? etag,
  7. Map<String, String>? labels,
  8. String? name,
  9. String? parentId,
  10. GoogleCloudDataplexV1ResourceAccessSpec? resourceAccessSpec,
  11. String? uid,
  12. String? updateTime,
})

Implementation

GoogleCloudDataplexV1DataAttribute({
  this.attributeCount,
  this.createTime,
  this.dataAccessSpec,
  this.description,
  this.displayName,
  this.etag,
  this.labels,
  this.name,
  this.parentId,
  this.resourceAccessSpec,
  this.uid,
  this.updateTime,
});