diff options
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/ClassificationErrorModel.go')
-rw-r--r-- | vendor/github.com/matterbridge/msgraph.go/beta/ClassificationErrorModel.go | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/ClassificationErrorModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/ClassificationErrorModel.go new file mode 100644 index 00000000..6f430008 --- /dev/null +++ b/vendor/github.com/matterbridge/msgraph.go/beta/ClassificationErrorModel.go @@ -0,0 +1,11 @@ +// Code generated by msgraph-generate.go DO NOT EDIT. + +package msgraph + +// ClassificationError undocumented +type ClassificationError struct { + // ClassifcationErrorBase is the base model of ClassificationError + ClassifcationErrorBase + // Details undocumented + Details []ClassifcationErrorBase `json:"details,omitempty"` +} |