summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ModelDaily.go
blob: 22d5c90b69009e7a30e9a1877a4a2b5828153807 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// DailySchedule undocumented
type DailySchedule struct {
	// RunSchedule is the base model of DailySchedule
	RunSchedule
	// Interval Interval in number of days
	Interval *int `json:"interval,omitempty"`
}