GetDashboardPlainArgs

data class GetDashboardPlainArgs(val dashboardName: String) : ConvertibleToJava<GetDashboardPlainArgs>

Constructors

Link copied to clipboard
constructor(dashboardName: String)

Properties

Link copied to clipboard

The name of the dashboard. The name must be between 1 and 255 characters. If you do not specify a name, one will be generated automatically.

Functions

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