summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/WindowsDeviceAccountModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/WindowsDeviceAccountModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/WindowsDeviceAccountModel.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/WindowsDeviceAccountModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/WindowsDeviceAccountModel.go
deleted file mode 100644
index 0783b85b..00000000
--- a/vendor/github.com/matterbridge/msgraph.go/beta/WindowsDeviceAccountModel.go
+++ /dev/null
@@ -1,11 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// WindowsDeviceAccount undocumented
-type WindowsDeviceAccount struct {
- // Object is the base model of WindowsDeviceAccount
- Object
- // Password undocumented
- Password *string `json:"password,omitempty"`
-}