Voting helps other researchers find interesting modules.
Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and google.protobuf.Timestamp.
google.protobuf.Timestamp
hours
integer()
nil
minutes
nanos
seconds
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleTypeTimeOfDay{ hours: integer() | nil, minutes: integer() | nil, nanos: integer() | nil, seconds: integer() | nil }
@spec decode(struct(), keyword()) :: struct()