case class Dashboard(__inputs: List[Input] = List.empty, __requires: List[Requirement] = List.empty, annotations: List[Annotation] = List.empty, description: Option[String] = None, editable: Boolean = true, gnetId: Option[Long] = None, graphTooltip: Option[Long] = None, id: Option[Long] = None, iteration: Option[Long] = None, links: List[Link] = List.empty, panels: List[Panel] = List.empty, refresh: Refresh = Never, schemaVersion: Option[Long] = None, style: DashboardStyle = DashboardStyle.Default, tags: List[String] = List.empty, templating: List[Template] = List.empty, time: TimeRange = TimeRange(now - 1.hour, now), timepicker: TimePicker = TimePicker(), timezone: String = "browser", title: String, uid: Option[String] = None, version: Option[Long] = None) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Dashboard
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Dashboard(__inputs: List[Input] = List.empty, __requires: List[Requirement] = List.empty, annotations: List[Annotation] = List.empty, description: Option[String] = None, editable: Boolean = true, gnetId: Option[Long] = None, graphTooltip: Option[Long] = None, id: Option[Long] = None, iteration: Option[Long] = None, links: List[Link] = List.empty, panels: List[Panel] = List.empty, refresh: Refresh = Never, schemaVersion: Option[Long] = None, style: DashboardStyle = DashboardStyle.Default, tags: List[String] = List.empty, templating: List[Template] = List.empty, time: TimeRange = TimeRange(now - 1.hour, now), timepicker: TimePicker = TimePicker(), timezone: String = "browser", title: String, uid: Option[String] = None, version: Option[Long] = None)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val __inputs: List[Input]
- val __requires: List[Requirement]
- val annotations: List[Annotation]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val description: Option[String]
- val editable: Boolean
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val gnetId: Option[Long]
- val graphTooltip: Option[Long]
- val id: Option[Long]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val iteration: Option[Long]
- val links: List[Link]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val panels: List[Panel]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val refresh: Refresh
- val schemaVersion: Option[Long]
- val style: DashboardStyle
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tags: List[String]
- val templating: List[Template]
- val time: TimeRange
- val timepicker: TimePicker
- val timezone: String
- val title: String
- val uid: Option[String]
- val version: Option[Long]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()