GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfo constructor
GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfo({
- double? distinctRatio,
- GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoDoubleFieldInfo? doubleProfile,
- GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoIntegerFieldInfo? integerProfile,
- double? nullRatio,
- GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoStringFieldInfo? stringProfile,
- List<
GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoTopNValue> ? topNValues,
Implementation
GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfo({
this.distinctRatio,
this.doubleProfile,
this.integerProfile,
this.nullRatio,
this.stringProfile,
this.topNValues,
});