GetDashboardPlainArgs

data class GetDashboardPlainArgs(val dashboardId: String, val project: String? = null) : ConvertibleToJava<GetDashboardPlainArgs>

Constructors

Link copied to clipboard
fun GetDashboardPlainArgs(dashboardId: String, project: String? = null)

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
val project: String? = null