GoogleCloudDataplexV1GraphProfileField constructor
GoogleCloudDataplexV1GraphProfileField({
- String? dataType,
- String? description,
- GoogleCloudDataplexV1GraphProfileFieldExtractionHints? extractionHints,
- List<
GoogleCloudDataplexV1GraphProfileField> ? fields, - String? metadataType,
- String? mode,
- String? name,
Implementation
GoogleCloudDataplexV1GraphProfileField({
this.dataType,
this.description,
this.extractionHints,
this.fields,
this.metadataType,
this.mode,
this.name,
});