summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/ConfigurationManagerClientHealthStateModel.go
blob: c207ffe8c019a55eabab3f82e5ed2354f6a32853 (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"

// 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"`
}