Interface protos.google.monitoring.dashboard.v1.IDashboard

Properties of a Dashboard.

Package

@google-cloud/monitoring-dashboards!

Properties

columnLayout

columnLayout?: (google.monitoring.dashboard.v1.IColumnLayout|null);

Dashboard columnLayout

Property Value
TypeDescription
(google.monitoring.dashboard.v1.IColumnLayout|null)

displayName

displayName?: (string|null);

Dashboard displayName

Property Value
TypeDescription
(string|null)

etag

etag?: (string|null);

Dashboard etag

Property Value
TypeDescription
(string|null)

gridLayout

gridLayout?: (google.monitoring.dashboard.v1.IGridLayout|null);

Dashboard gridLayout

Property Value
TypeDescription
(google.monitoring.dashboard.v1.IGridLayout|null)

mosaicLayout

mosaicLayout?: (google.monitoring.dashboard.v1.IMosaicLayout|null);

Dashboard mosaicLayout

Property Value
TypeDescription
(google.monitoring.dashboard.v1.IMosaicLayout|null)

name

name?: (string|null);

Dashboard name

Property Value
TypeDescription
(string|null)

rowLayout

rowLayout?: (google.monitoring.dashboard.v1.IRowLayout|null);

Dashboard rowLayout

Property Value
TypeDescription
(google.monitoring.dashboard.v1.IRowLayout|null)