blob: debe28afe447ee9513ed2c080f26e411ef65ad59 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// Code generated by msgraph.go/gen DO NOT EDIT.
package msgraph
import "time"
// HybridAgentUpdaterConfiguration undocumented
type HybridAgentUpdaterConfiguration struct {
// Object is the base model of HybridAgentUpdaterConfiguration
Object
// DeferUpdateDateTime undocumented
DeferUpdateDateTime *time.Time `json:"deferUpdateDateTime,omitempty"`
// UpdateWindow undocumented
UpdateWindow *UpdateWindow `json:"updateWindow,omitempty"`
// AllowUpdateConfigurationOverride undocumented
AllowUpdateConfigurationOverride *bool `json:"allowUpdateConfigurationOverride,omitempty"`
}
|