GoogleCloudDataplexV1DataAttributeBindingPath constructor

GoogleCloudDataplexV1DataAttributeBindingPath({
  1. List<String>? attributes,
  2. String? name,
})

Implementation

GoogleCloudDataplexV1DataAttributeBindingPath({
  this.attributes,
  this.name,
});