CreateOmniDashboardRequest

Types

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

Properties

Link copied to clipboard
val body: String?

The dashboard definition, as a JSON document. Maximum 1 MiB.

Link copied to clipboard

Idempotency token for safe retries. Repeated requests with the same token return the original result instead of creating a duplicate.

Link copied to clipboard

An optional description of the dashboard.

Link copied to clipboard
val name: String?

A name that identifies the dashboard.

Link copied to clipboard

The unique ID of the space to create the dashboard in.

Link copied to clipboard

The tags to associate with the dashboard.

Functions

Link copied to clipboard
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