GoogleCloudDataplexV1SchemaPartitionField constructor

GoogleCloudDataplexV1SchemaPartitionField({
  1. String? name,
  2. String? type,
})

Implementation

GoogleCloudDataplexV1SchemaPartitionField({
  this.name,
  this.type,
});