GoogleCloudDataplexV1DataQualityColumnResult constructor
GoogleCloudDataplexV1DataQualityColumnResult({
- String? column,
- List<
GoogleCloudDataplexV1DataQualityDimensionResult> ? dimensions, - bool? passed,
- double? score,
Implementation
GoogleCloudDataplexV1DataQualityColumnResult({
this.column,
this.dimensions,
this.passed,
this.score,
});