Configured Table Aggregation Constraint Args
data class ConfiguredTableAggregationConstraintArgs(val columnName: Output<String>, val minimum: Output<Double>, val type: Output<ConfiguredTableAggregationType>) : ConvertibleToJava<ConfiguredTableAggregationConstraintArgs>
Constructors
Link copied to clipboard
constructor(columnName: Output<String>, minimum: Output<Double>, type: Output<ConfiguredTableAggregationType>)