Dashboard Attribute Aggregation Function Args
data class DashboardAttributeAggregationFunctionArgs(val simpleAttributeAggregation: Output<DashboardSimpleAttributeAggregationFunction>? = null, val valueForMultipleValues: Output<String>? = null) : ConvertibleToJava<DashboardAttributeAggregationFunctionArgs>
Constructors
Link copied to clipboard
constructor(simpleAttributeAggregation: Output<DashboardSimpleAttributeAggregationFunction>? = null, valueForMultipleValues: Output<String>? = null)