summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ModelHourly.go
blob: 45c9fb5ddfb3c3602007e6f8a2d6d5ac34a76b47 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Code generated by msgraph.go/gen 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"`
}