blob: 3ee7280c9422c62495e64f93e16c3068575142f1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// Code generated by msgraph-generate.go 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"`
}
|