GoogleCloudDataplexV1Schema constructor
GoogleCloudDataplexV1Schema({
- List<
GoogleCloudDataplexV1SchemaSchemaField> ? fields, - List<
GoogleCloudDataplexV1SchemaPartitionField> ? partitionFields, - String? partitionStyle,
- bool? userManaged,
Implementation
GoogleCloudDataplexV1Schema({
this.fields,
this.partitionFields,
this.partitionStyle,
this.userManaged,
});