Your Datadog Dashboards.

Hierarchy

  • DashboardList

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

Object describing the creator of the shared element.

created?: Date

Date of creation of the dashboard list.

dashboardCount?: number

The number of dashboards in the list.

id?: number

The ID of the dashboard list.

isFavorite?: boolean

Whether or not the list is in the favorites.

modified?: Date

Date of last edition of the dashboard list.

name: string

The name of the dashboard list.

type?: string

The type of dashboard list.

Generated using TypeDoc