GoogleCloudDataplexV1GraphProfileFieldExtractionHints constructor

GoogleCloudDataplexV1GraphProfileFieldExtractionHints({
  1. String? normalization,
  2. String? synthesis,
})

Implementation

GoogleCloudDataplexV1GraphProfileFieldExtractionHints({
  this.normalization,
  this.synthesis,
});