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