GoogleCloudDataplexV1GraphProfileField constructor

GoogleCloudDataplexV1GraphProfileField({
  1. String? dataType,
  2. String? description,
  3. GoogleCloudDataplexV1GraphProfileFieldExtractionHints? extractionHints,
  4. List<GoogleCloudDataplexV1GraphProfileField>? fields,
  5. String? metadataType,
  6. String? mode,
  7. String? name,
})

Implementation

GoogleCloudDataplexV1GraphProfileField({
  this.dataType,
  this.description,
  this.extractionHints,
  this.fields,
  this.metadataType,
  this.mode,
  this.name,
});