summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/ExactMatchClassificationResultModel.go
blob: f5725d1f3d964bcfe81f33d433cb955ec4231e70 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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"`
}