GetSchedulesSchedule

data class GetSchedulesSchedule(val cronExpression: String, val description: String, val enable: Boolean, val id: String, val lastModifiedTime: String, val payload: String, val scheduleId: String, val scheduleName: String)

Constructors

Link copied to clipboard
constructor(cronExpression: String, description: String, enable: Boolean, id: String, lastModifiedTime: String, payload: String, scheduleId: String, scheduleName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The CRON expression of the time-based schedule to be created.

Link copied to clipboard

The description of the time-based schedule to be created.

Link copied to clipboard

Specifies whether to enable the time-based schedule you want to create.

Link copied to clipboard
val id: String

The ID of the Schedule.

Link copied to clipboard

The time when the time-based schedule was last updated.

Link copied to clipboard

The trigger message of the time-based schedule to be created. It must be in JSON object format.

Link copied to clipboard

The ID of the time-based schedule.

Link copied to clipboard

The name of the time-based schedule to be created.