GoogleCloudDataplexV1SchemaSchemaField constructor

GoogleCloudDataplexV1SchemaSchemaField({
  1. String? description,
  2. List<GoogleCloudDataplexV1SchemaSchemaField>? fields,
  3. String? mode,
  4. String? name,
  5. String? type,
})

Implementation

GoogleCloudDataplexV1SchemaSchemaField({
  this.description,
  this.fields,
  this.mode,
  this.name,
  this.type,
});