Interface protos.google.protobuf.IDuration

Properties of a Duration.

Package

@google-cloud/monitoring-dashboards!

Properties

nanos

nanos?: (number|null);

Duration nanos

Property Value
TypeDescription
(number|null)

seconds

seconds?: (number|Long|string|null);

Duration seconds

Property Value
TypeDescription
(number|Long|string|null)