ScheduleResponse

data class ScheduleResponse(val action: Any, val description: String? = null, val displayName: String? = null, val isEnabled: Boolean? = null, val properties: Map<String, String>? = null, val provisioningState: String, val tags: Map<String, String>? = null, val trigger: Either<CronTriggerResponse, RecurrenceTriggerResponse>)

Base definition of a schedule

Constructors

Link copied to clipboard
constructor(action: Any, description: String? = null, displayName: String? = null, isEnabled: Boolean? = null, properties: Map<String, String>? = null, provisioningState: String, tags: Map<String, String>? = null, trigger: Either<CronTriggerResponse, RecurrenceTriggerResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val action: Any

Required Specifies the action of the schedule

Link copied to clipboard
val description: String? = null

The asset description text.

Link copied to clipboard
val displayName: String? = null

Display name of schedule.

Link copied to clipboard
val isEnabled: Boolean? = null

Is the schedule enabled?

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

The asset property dictionary.

Link copied to clipboard

Provisioning state for the schedule.

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

Tag dictionary. Tags can be added, removed, and updated.

Link copied to clipboard

Required Specifies the trigger details