DashboardResponse interface

Dashboard group entry, wrapping around Dashboard (needed?)

Extends

Inherited Properties

dashboardScope

Entity to which the dashboard is scoped.

description

Description of the dashboard.

eTag

Server defined version tracking value, used for edit collision detection.

groupId

ID of the group for a dashboard. For team-scoped dashboards, this is the unique identifier for the team associated with the dashboard. For project-scoped dashboards this property is empty.

id

ID of the Dashboard. Provided by service at creation time.

lastAccessedDate

Dashboard Last Accessed Date.

modifiedBy

Id of the person who modified Dashboard.

modifiedDate

Dashboard's last modified date.

name

Name of the Dashboard.

ownerId

ID of the owner for a dashboard. For team-scoped dashboards, this is the unique identifier for the team associated with the dashboard. For project-scoped dashboards, this is the unique identifier for the user identity associated with the dashboard.

position

Position of the dashboard, within a dashboard group. If unset at creation time, position is decided by the service.

refreshInterval

Interval for client to automatically refresh the dashboard. Expressed in minutes.

url
widgets

The set of Widgets on the dashboard.

Inherited Property Details

dashboardScope

Entity to which the dashboard is scoped.

dashboardScope: DashboardScope

Property Value

Inherited From DashboardGroupEntry.dashboardScope

description

Description of the dashboard.

description: string

Property Value

string

Inherited From DashboardGroupEntry.description

eTag

Server defined version tracking value, used for edit collision detection.

eTag: string

Property Value

string

Inherited From DashboardGroupEntry.eTag

groupId

ID of the group for a dashboard. For team-scoped dashboards, this is the unique identifier for the team associated with the dashboard. For project-scoped dashboards this property is empty.

groupId: string

Property Value

string

Inherited From DashboardGroupEntry.groupId

id

ID of the Dashboard. Provided by service at creation time.

id: string

Property Value

string

Inherited From DashboardGroupEntry.id

lastAccessedDate

Dashboard Last Accessed Date.

lastAccessedDate: Date

Property Value

Date

Inherited From DashboardGroupEntry.lastAccessedDate

modifiedBy

Id of the person who modified Dashboard.

modifiedBy: string

Property Value

string

Inherited From DashboardGroupEntry.modifiedBy

modifiedDate

Dashboard's last modified date.

modifiedDate: Date

Property Value

Date

Inherited From DashboardGroupEntry.modifiedDate

name

Name of the Dashboard.

name: string

Property Value

string

Inherited From DashboardGroupEntry.name

ownerId

ID of the owner for a dashboard. For team-scoped dashboards, this is the unique identifier for the team associated with the dashboard. For project-scoped dashboards, this is the unique identifier for the user identity associated with the dashboard.

ownerId: string

Property Value

string

Inherited From DashboardGroupEntry.ownerId

position

Position of the dashboard, within a dashboard group. If unset at creation time, position is decided by the service.

position: number

Property Value

number

Inherited From DashboardGroupEntry.position

refreshInterval

Interval for client to automatically refresh the dashboard. Expressed in minutes.

refreshInterval: number

Property Value

number

Inherited From DashboardGroupEntry.refreshInterval

url

url: string

Property Value

string

Inherited From DashboardGroupEntry.url

widgets

The set of Widgets on the dashboard.

widgets: Widget[]

Property Value

Widget[]

Inherited From DashboardGroupEntry.widgets