Configured Table Aggregation Constraint
data class ConfiguredTableAggregationConstraint(val columnName: String, val minimum: Double, val type: ConfiguredTableAggregationType)
Constructors
Link copied to clipboard
fun ConfiguredTableAggregationConstraint(columnName: String, minimum: Double, type: ConfiguredTableAggregationType)