blob: 14ea4577a33ba0aff63333d32352d0cc1c8ba212 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
import "time"
// UpdateWindow undocumented
type UpdateWindow struct {
// Object is the base model of UpdateWindow
Object
// UpdateWindowStartTime undocumented
UpdateWindowStartTime *time.Time `json:"updateWindowStartTime,omitempty"`
// UpdateWindowEndTime undocumented
UpdateWindowEndTime *time.Time `json:"updateWindowEndTime,omitempty"`
}
|