DashboardAttributeAggregationFunctionArgs

data class DashboardAttributeAggregationFunctionArgs(val simpleAttributeAggregation: Output<DashboardSimpleAttributeAggregationFunction>? = null, val valueForMultipleValues: Output<String>? = null) : ConvertibleToJava<DashboardAttributeAggregationFunctionArgs>

Constructors

fun DashboardAttributeAggregationFunctionArgs(simpleAttributeAggregation: Output<DashboardSimpleAttributeAggregationFunction>? = null, valueForMultipleValues: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): DashboardAttributeAggregationFunctionArgs

Properties

Link copied to clipboard
val valueForMultipleValues: Output<String>? = null