SyntheticTaskCustomPeriodArgs

data class SyntheticTaskCustomPeriodArgs(val endHour: Output<Int>? = null, val startHour: Output<Int>? = null) : ConvertibleToJava<SyntheticTaskCustomPeriodArgs>

Constructors

Link copied to clipboard
constructor(endHour: Output<Int>? = null, startHour: Output<Int>? = null)

Properties

Link copied to clipboard
val endHour: Output<Int>? = null

End hours, 0-24.

Link copied to clipboard
val startHour: Output<Int>? = null

Starting hours, 0-24.

Functions

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