Class ReportScheduleIndexTemplateVariable

Template variable metadata from a dashboard index.

Hierarchy

  • ReportScheduleIndexTemplateVariable

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
availableValues?: string[]

Available values for the template variable.

defaults?: string[]

Default values for the template variable.

name?: string

The template variable name.

prefix?: string

The tag prefix for the template variable, when available.

Generated using TypeDoc