A dashboard within a list.

Hierarchy

  • DashboardListItem

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
author?: v2.Creator

Creator of the object.

created?: Date

Date of creation of the dashboard.

icon?: string

URL to the icon of the dashboard.

id: string

ID of the dashboard.

integrationId?: string

The short name of the integration.

isFavorite?: boolean

Whether or not the dashboard is in the favorites.

isReadOnly?: boolean

Whether or not the dashboard is read only.

isShared?: boolean

Whether the dashboard is publicly shared or not.

modified?: Date

Date of last edition of the dashboard.

popularity?: number

Popularity of the dashboard.

tags?: string[]

List of team names representing ownership of a dashboard.

title?: string

Title of the dashboard.

The type of the dashboard.

url?: string

URL path to the dashboard.

Generated using TypeDoc