ScheduleResponse

data class ScheduleResponse(val name: String? = null, val policyList: List<String>? = null)

Schedule for the job run.

Constructors

Link copied to clipboard
constructor(name: String? = null, policyList: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

Name of the schedule.

Link copied to clipboard
val policyList: List<String>? = null

A list of repetition intervals in ISO 8601 format.