DashboardParametersArgs

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)

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard