GoogleCloudDataplexV1DataAttributeBinding constructor

GoogleCloudDataplexV1DataAttributeBinding({
  1. List<String>? attributes,
  2. String? createTime,
  3. String? description,
  4. String? displayName,
  5. String? etag,
  6. Map<String, String>? labels,
  7. String? name,
  8. List<GoogleCloudDataplexV1DataAttributeBindingPath>? paths,
  9. String? resource,
  10. String? uid,
  11. String? updateTime,
})

Implementation

GoogleCloudDataplexV1DataAttributeBinding({
  this.attributes,
  this.createTime,
  this.description,
  this.displayName,
  this.etag,
  this.labels,
  this.name,
  this.paths,
  this.resource,
  this.uid,
  this.updateTime,
});