diff options
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/DeviceManagementTroubleshootingErrorResourceModel.go')
-rw-r--r-- | vendor/github.com/matterbridge/msgraph.go/beta/DeviceManagementTroubleshootingErrorResourceModel.go | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/DeviceManagementTroubleshootingErrorResourceModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/DeviceManagementTroubleshootingErrorResourceModel.go deleted file mode 100644 index 880b0e67..00000000 --- a/vendor/github.com/matterbridge/msgraph.go/beta/DeviceManagementTroubleshootingErrorResourceModel.go +++ /dev/null @@ -1,13 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -// DeviceManagementTroubleshootingErrorResource undocumented -type DeviceManagementTroubleshootingErrorResource struct { - // Object is the base model of DeviceManagementTroubleshootingErrorResource - Object - // Text undocumented - Text *string `json:"text,omitempty"` - // Link The link to the web resource. Can contain any of the following formatters: {{UPN}}, {{DeviceGUID}}, {{UserGUID}} - Link *string `json:"link,omitempty"` -} |