blob: 2326c16863f67a0c227a32b56b63e31cd61886ac (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// HourlySchedule undocumented
type HourlySchedule struct {
// RunSchedule is the base model of HourlySchedule
RunSchedule
// Interval Interval in number of hours
Interval *int `json:"interval,omitempty"`
}
|