github.com/yaegashi/msgraph.go@v0.1.4/beta/ModelHybrid.go (about)

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