GoogleCloudDataplexV1GraphProfileFieldExtractionHints.fromJson constructor

GoogleCloudDataplexV1GraphProfileFieldExtractionHints.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDataplexV1GraphProfileFieldExtractionHints.fromJson(core.Map json_)
  : this(
      normalization: json_['normalization'] as core.String?,
      synthesis: json_['synthesis'] as core.String?,
    );