ScheduleBasedTriggerContextResponse

data class ScheduleBasedTriggerContextResponse(val objectType: String, val schedule: BackupScheduleResponse, val taggingCriteria: List<TaggingCriteriaResponse>)

Schedule based trigger context

Constructors

Link copied to clipboard
constructor(objectType: String, schedule: BackupScheduleResponse, taggingCriteria: List<TaggingCriteriaResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Type of the specific object - used for deserializing Expected value is 'ScheduleBasedTriggerContext'.

Link copied to clipboard

Schedule for this backup

Link copied to clipboard

List of tags that can be applicable for given schedule.