5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 19:32:31 +00:00
matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ConfigurationManagerClientHealthStateModel.go

18 lines
633 B
Go
Raw Normal View History

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