blob: 829084d0808bdb88788e96e10148adffd3c08f6e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph.go/gen 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"`
}
|