Interface protos.google.api.IMetric (0.2.6)

Properties of a Metric.

Package

@google-cloud/service-management!

Properties

labels

labels?: ({ [k: string]: string }|null);

Metric labels

Property Value
TypeDescription
({ [k: string]: string }|null)

type

type?: (string|null);

Metric type

Property Value
TypeDescription
(string|null)