Interface protos.google.protobuf.IDuration (2.3.6)

Properties of a Duration.

Package

@google-cloud/tasks!

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)