diff options
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/WindowsDeviceAzureADAccountModel.go')
-rw-r--r-- | vendor/github.com/matterbridge/msgraph.go/beta/WindowsDeviceAzureADAccountModel.go | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/WindowsDeviceAzureADAccountModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/WindowsDeviceAzureADAccountModel.go deleted file mode 100644 index e0510423..00000000 --- a/vendor/github.com/matterbridge/msgraph.go/beta/WindowsDeviceAzureADAccountModel.go +++ /dev/null @@ -1,11 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -// WindowsDeviceAzureADAccount undocumented -type WindowsDeviceAzureADAccount struct { - // WindowsDeviceAccount is the base model of WindowsDeviceAzureADAccount - WindowsDeviceAccount - // UserPrincipalName undocumented - UserPrincipalName *string `json:"userPrincipalName,omitempty"` -} |