// Code generated by msgraph-generate.go DO NOT EDIT. package msgraph import "time" // NdesConnector Entity which represents an OnPrem Ndes connector. type NdesConnector struct { // Entity is the base model of NdesConnector Entity // LastConnectionDateTime Last connection time for the Ndes Connector LastConnectionDateTime *time.Time `json:"lastConnectionDateTime,omitempty"` // State Ndes Connector Status State *NdesConnectorState `json:"state,omitempty"` // DisplayName The friendly name of the Ndes Connector. DisplayName *string `json:"displayName,omitempty"` }