GetDashboardResult

data class GetDashboardResult(val dashboardBody: String? = null)

Constructors

Link copied to clipboard
constructor(dashboardBody: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dashboardBody: String? = null

The detailed information about the dashboard in JSON format, including the widgets to include and their location on the dashboard