Get Schedule Result
data class GetScheduleResult(val azureApiVersion: String, val frequency: String, val id: String, val location: String? = null, val name: String, val provisioningState: String, val state: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val time: String, val timeZone: String, val type: String)
Represents a Schedule to execute a task.