GoogleCloudDataplexV1Schema constructor

GoogleCloudDataplexV1Schema({
  1. List<GoogleCloudDataplexV1SchemaSchemaField>? fields,
  2. List<GoogleCloudDataplexV1SchemaPartitionField>? partitionFields,
  3. String? partitionStyle,
  4. bool? userManaged,
})

Implementation

GoogleCloudDataplexV1Schema({
  this.fields,
  this.partitionFields,
  this.partitionStyle,
  this.userManaged,
});