summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/OnPremisesProvisioningErrorModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/OnPremisesProvisioningErrorModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/OnPremisesProvisioningErrorModel.go19
1 files changed, 19 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/OnPremisesProvisioningErrorModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/OnPremisesProvisioningErrorModel.go
new file mode 100644
index 00000000..2cc609ea
--- /dev/null
+++ b/vendor/github.com/yaegashi/msgraph.go/beta/OnPremisesProvisioningErrorModel.go
@@ -0,0 +1,19 @@
+// Code generated by msgraph-generate.go DO NOT EDIT.
+
+package msgraph
+
+import "time"
+
+// OnPremisesProvisioningError undocumented
+type OnPremisesProvisioningError struct {
+ // Object is the base model of OnPremisesProvisioningError
+ Object
+ // Value undocumented
+ Value *string `json:"value,omitempty"`
+ // Category undocumented
+ Category *string `json:"category,omitempty"`
+ // PropertyCausingError undocumented
+ PropertyCausingError *string `json:"propertyCausingError,omitempty"`
+ // OccurredDateTime undocumented
+ OccurredDateTime *time.Time `json:"occurredDateTime,omitempty"`
+}