Get Job Schedule Result
data class GetJobScheduleResult(val id: String, val jobScheduleId: String? = null, val name: String, val parameters: Map<String, String>? = null, val runOn: String? = null, val runbook: RunbookAssociationPropertyResponse? = null, val schedule: ScheduleAssociationPropertyResponse? = null, val type: String)
Definition of the job schedule.
Constructors
Link copied to clipboard
constructor(id: String, jobScheduleId: String? = null, name: String, parameters: Map<String, String>? = null, runOn: String? = null, runbook: RunbookAssociationPropertyResponse? = null, schedule: ScheduleAssociationPropertyResponse? = null, type: String)