mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 11:00:27 +00:00
16 lines
403 B
Go
16 lines
403 B
Go
|
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||
|
|
||
|
package msgraph
|
||
|
|
||
|
// DiscoveredSensitiveType undocumented
|
||
|
type DiscoveredSensitiveType struct {
|
||
|
// Object is the base model of DiscoveredSensitiveType
|
||
|
Object
|
||
|
// ID undocumented
|
||
|
ID *UUID `json:"id,omitempty"`
|
||
|
// Count undocumented
|
||
|
Count *int `json:"count,omitempty"`
|
||
|
// Confidence undocumented
|
||
|
Confidence *int `json:"confidence,omitempty"`
|
||
|
}
|