blob: fc5ef1a12a559570d41efecb2e534659e65d6d7f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// ClassificationResult undocumented
type ClassificationResult struct {
// Object is the base model of ClassificationResult
Object
// SensitiveTypeID undocumented
SensitiveTypeID *UUID `json:"sensitiveTypeId,omitempty"`
// Count undocumented
Count *int `json:"count,omitempty"`
// ConfidenceLevel undocumented
ConfidenceLevel *int `json:"confidenceLevel,omitempty"`
}
|