TimeArgs

data class TimeArgs(val hours: Output<Int>, val minutes: Output<Int>, val seconds: Output<Int>) : ConvertibleToJava<TimeArgs>

The time.

Constructors

Link copied to clipboard
constructor(hours: Output<Int>, minutes: Output<Int>, seconds: Output<Int>)

Properties

Link copied to clipboard
val hours: Output<Int>

The hour.

Link copied to clipboard
val minutes: Output<Int>

The minute.

Link copied to clipboard
val seconds: Output<Int>

The second.

Functions

Link copied to clipboard
open override fun toJava(): TimeArgs