diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/WindowsDeviceADAccountModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/WindowsDeviceADAccountModel.go | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/WindowsDeviceADAccountModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/WindowsDeviceADAccountModel.go deleted file mode 100644 index 560e20c6..00000000 --- a/vendor/github.com/yaegashi/msgraph.go/beta/WindowsDeviceADAccountModel.go +++ /dev/null @@ -1,13 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -// WindowsDeviceADAccount undocumented -type WindowsDeviceADAccount struct { - // WindowsDeviceAccount is the base model of WindowsDeviceADAccount - WindowsDeviceAccount - // DomainName undocumented - DomainName *string `json:"domainName,omitempty"` - // UserName undocumented - UserName *string `json:"userName,omitempty"` -} |