Time Of Day Args
data class TimeOfDayArgs(val hours: Output<Int>? = null, val minutes: Output<Int>? = null, val nanos: Output<Int>? = null, val seconds: Output<Int>? = null) : ConvertibleToJava<TimeOfDayArgs>
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
.
Constructors
Link copied to clipboard
fun TimeOfDayArgs(hours: Output<Int>? = null, minutes: Output<Int>? = null, nanos: Output<Int>? = null, seconds: Output<Int>? = null)