Class DashboardTemplateVariablePresetValue

Template variables saved views.

Hierarchy

  • DashboardTemplateVariablePresetValue

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
name?: string

The name of the variable.

value?: string

(deprecated) The value of the template variable within the saved view. Cannot be used in conjunction with values.

values?: string[]

One or many template variable values within the saved view, which will be unioned together using OR if more than one is specified. Cannot be used in conjunction with value.

Generated using TypeDoc