Google Type Time Of Day Response
data class GoogleTypeTimeOfDayResponse(val hours: Int, val minutes: Int, val nanos: Int, val seconds: Int)
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
.