forked from lug/matterbridge
Add initial Microsoft Teams support
Documentation on https://github.com/42wim/matterbridge/wiki/MS-Teams-setup
This commit is contained in:
21
vendor/github.com/yaegashi/msgraph.go/beta/DetectedSensitiveContentModel.go
generated
vendored
Normal file
21
vendor/github.com/yaegashi/msgraph.go/beta/DetectedSensitiveContentModel.go
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
// 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"`
|
||||
}
|
||||
Reference in New Issue
Block a user