diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/ConfigurationManagerClientHealthStateModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/ConfigurationManagerClientHealthStateModel.go | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/ConfigurationManagerClientHealthStateModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/ConfigurationManagerClientHealthStateModel.go deleted file mode 100644 index c207ffe8..00000000 --- a/vendor/github.com/yaegashi/msgraph.go/beta/ConfigurationManagerClientHealthStateModel.go +++ /dev/null @@ -1,17 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -import "time" - -// ConfigurationManagerClientHealthState undocumented -type ConfigurationManagerClientHealthState struct { - // Object is the base model of ConfigurationManagerClientHealthState - Object - // State Current configuration manager client state. - State *ConfigurationManagerClientState `json:"state,omitempty"` - // ErrorCode Error code for failed state. - ErrorCode *int `json:"errorCode,omitempty"` - // LastSyncDateTime Datetime fo last sync with configuration manager management point. - LastSyncDateTime *time.Time `json:"lastSyncDateTime,omitempty"` -} |