GoogleCloudDataplexV1Partition constructor

GoogleCloudDataplexV1Partition({
  1. String? etag,
  2. String? location,
  3. String? name,
  4. List<String>? values,
})

Implementation

GoogleCloudDataplexV1Partition({
  this.etag,
  this.location,
  this.name,
  this.values,
});