diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/ExactMatchClassificationResultModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/ExactMatchClassificationResultModel.go | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/ExactMatchClassificationResultModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/ExactMatchClassificationResultModel.go new file mode 100644 index 00000000..f5725d1f --- /dev/null +++ b/vendor/github.com/yaegashi/msgraph.go/beta/ExactMatchClassificationResultModel.go @@ -0,0 +1,13 @@ +// Code generated by msgraph-generate.go DO NOT EDIT. + +package msgraph + +// ExactMatchClassificationResult undocumented +type ExactMatchClassificationResult struct { + // Object is the base model of ExactMatchClassificationResult + Object + // Classification undocumented + Classification []DetectedSensitiveContent `json:"classification,omitempty"` + // Errors undocumented + Errors []ClassificationError `json:"errors,omitempty"` +} |