Dashboard Parameters Args
data class DashboardParametersArgs(val dateTimeParameters: Output<List<DashboardDateTimeParameterArgs>>? = null, val decimalParameters: Output<List<DashboardDecimalParameterArgs>>? = null, val integerParameters: Output<List<DashboardIntegerParameterArgs>>? = null, val stringParameters: Output<List<DashboardStringParameterArgs>>? = null) : ConvertibleToJava<DashboardParametersArgs>
Constructors
Link copied to clipboard
fun DashboardParametersArgs(dateTimeParameters: Output<List<DashboardDateTimeParameterArgs>>? = null, decimalParameters: Output<List<DashboardDecimalParameterArgs>>? = null, integerParameters: Output<List<DashboardIntegerParameterArgs>>? = null, stringParameters: Output<List<DashboardStringParameterArgs>>? = null)