Get Dashboard Plain Args
data class GetDashboardPlainArgs(val dashboardProperties: String? = null, val displayName: String? = null, val name: String? = null, val resourceGroupName: String) : ConvertibleToJava<GetDashboardPlainArgs>
A collection of arguments for invoking getDashboard.
Constructors
Link copied to clipboard
fun GetDashboardPlainArgs(dashboardProperties: String? = null, displayName: String? = null, name: String? = null, resourceGroupName: String)