5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 19:32:31 +00:00
matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/DetectedSensitiveContentModel.go

22 lines
701 B
Go
Raw Normal View History

// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// DetectedSensitiveContent undocumented
type DetectedSensitiveContent struct {
// Object is the base model of DetectedSensitiveContent
Object
// ID undocumented
ID *UUID `json:"id,omitempty"`
// DisplayName undocumented
DisplayName *string `json:"displayName,omitempty"`
// UniqueCount undocumented
UniqueCount *int `json:"uniqueCount,omitempty"`
// Confidence undocumented
Confidence *int `json:"confidence,omitempty"`
// RecommendedConfidence undocumented
RecommendedConfidence *int `json:"recommendedConfidence,omitempty"`
// Matches undocumented
Matches []SensitiveContentLocation `json:"matches,omitempty"`
}