Interface protos.google.type.ITimeOfDay (1.10.0)

Properties of a TimeOfDay.

Package

@google-cloud/os-config

Properties

hours

hours?: (number|null);

TimeOfDay hours

Property Value
TypeDescription
(number|null)

minutes

minutes?: (number|null);

TimeOfDay minutes

Property Value
TypeDescription
(number|null)

nanos

nanos?: (number|null);

TimeOfDay nanos

Property Value
TypeDescription
(number|null)

seconds

seconds?: (number|null);

TimeOfDay seconds

Property Value
TypeDescription
(number|null)