Schedule Based Trigger Context Response
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>)