JobPropertiesArgs

data class JobPropertiesArgs(val action: Output<JobActionArgs>? = null, val recurrence: Output<JobRecurrenceArgs>? = null, val startTime: Output<String>? = null, val state: Output<JobState>? = null) : ConvertibleToJava<JobPropertiesArgs>

Constructors

Link copied to clipboard
constructor(action: Output<JobActionArgs>? = null, recurrence: Output<JobRecurrenceArgs>? = null, startTime: Output<String>? = null, state: Output<JobState>? = null)

Properties

Link copied to clipboard
val action: Output<JobActionArgs>? = null

Gets or sets the job action.

Link copied to clipboard
val recurrence: Output<JobRecurrenceArgs>? = null

Gets or sets the job recurrence.

Link copied to clipboard
val startTime: Output<String>? = null

Gets or sets the job start time.

Link copied to clipboard
val state: Output<JobState>? = null

Gets or set the job state.

Functions

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