blob: 32f72be1e2f08037c8ab23521f167fd223fa198b (
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
// SensitiveContentEvidence undocumented
type SensitiveContentEvidence struct {
// Object is the base model of SensitiveContentEvidence
Object
// Match undocumented
Match *string `json:"match,omitempty"`
// Offset undocumented
Offset *int `json:"offset,omitempty"`
// Length undocumented
Length *int `json:"length,omitempty"`
}
|