JobPropertiesResponse

data class JobPropertiesResponse(val action: JobActionResponse? = null, val recurrence: JobRecurrenceResponse? = null, val startTime: String? = null, val state: String? = null, val status: JobStatusResponse)

Constructors

Link copied to clipboard
constructor(action: JobActionResponse? = null, recurrence: JobRecurrenceResponse? = null, startTime: String? = null, state: String? = null, status: JobStatusResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets the job action.

Link copied to clipboard

Gets or sets the job recurrence.

Link copied to clipboard
val startTime: String? = null

Gets or sets the job start time.

Link copied to clipboard
val state: String? = null

Gets or set the job state.

Link copied to clipboard

Gets the job status.