diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/OnPremisesProvisioningErrorModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/OnPremisesProvisioningErrorModel.go | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/OnPremisesProvisioningErrorModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/OnPremisesProvisioningErrorModel.go deleted file mode 100644 index 2cc609ea..00000000 --- a/vendor/github.com/yaegashi/msgraph.go/beta/OnPremisesProvisioningErrorModel.go +++ /dev/null @@ -1,19 +0,0 @@ -// 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"` -} |