RunBookJobSchedule

data class RunBookJobSchedule(val jobScheduleId: String? = null, val parameters: Map<String, String>? = null, val runOn: String? = null, val scheduleName: String)

Constructors

Link copied to clipboard
constructor(jobScheduleId: String? = null, parameters: Map<String, String>? = null, runOn: String? = null, scheduleName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val jobScheduleId: String? = null

The UUID of automation runbook job schedule ID.

Link copied to clipboard
val parameters: Map<String, String>? = null

A map of key/value pairs corresponding to the arguments that can be passed to the Runbook.

Link copied to clipboard
val runOn: String? = null

Name of a Hybrid Worker Group the Runbook will be executed on.

Link copied to clipboard

The name of the Schedule.