Google Cloud Dataplex V1Data Quality Rule Range Expectation Args
data class GoogleCloudDataplexV1DataQualityRuleRangeExpectationArgs(val maxValue: Output<String>? = null, val minValue: Output<String>? = null, val strictMaxEnabled: Output<Boolean>? = null, val strictMinEnabled: Output<Boolean>? = null) : ConvertibleToJava<GoogleCloudDataplexV1DataQualityRuleRangeExpectationArgs>
Evaluates whether each column value lies between a specified range.
Constructors
Link copied to clipboard
fun GoogleCloudDataplexV1DataQualityRuleRangeExpectationArgs(maxValue: Output<String>? = null, minValue: Output<String>? = null, strictMaxEnabled: Output<Boolean>? = null, strictMinEnabled: Output<Boolean>? = null)