DashboardSummary

Contains a dashboard summary.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val creationDate: <Error class: unknown class>?

The date the dashboard was created, in Unix epoch time.

Link copied to clipboard

The dashboard's description.

Link copied to clipboard
val id: String

The ID of the dashboard.

Link copied to clipboard
val lastUpdateDate: <Error class: unknown class>?

The date the dashboard was last updated, in Unix epoch time.

Link copied to clipboard

The name of the dashboard

Functions

Link copied to clipboard
inline fun copy(block: DashboardSummary.Builder.() -> Unit = {}): DashboardSummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String