Virtual Machine Assessment Schedule
data class VirtualMachineAssessmentSchedule(val dayOfWeek: String, val monthlyOccurrence: Int? = null, val startTime: String, val weeklyInterval: Int? = null)
Constructors
Link copied to clipboard
fun VirtualMachineAssessmentSchedule(dayOfWeek: String, monthlyOccurrence: Int? = null, startTime: String, weeklyInterval: Int? = null)