summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/NdesConnectorModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/NdesConnectorModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/NdesConnectorModel.go17
1 files changed, 0 insertions, 17 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/NdesConnectorModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/NdesConnectorModel.go
deleted file mode 100644
index 50ce1f3e..00000000
--- a/vendor/github.com/yaegashi/msgraph.go/beta/NdesConnectorModel.go
+++ /dev/null
@@ -1,17 +0,0 @@
-// 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"`
-}