blob: a03a0314830ab9cc140d3356cdcd6f803eaeab9c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// SensitiveContentLocation undocumented
type SensitiveContentLocation struct {
// Object is the base model of SensitiveContentLocation
Object
// IDMatch undocumented
IDMatch *string `json:"idMatch,omitempty"`
// Offset undocumented
Offset *int `json:"offset,omitempty"`
// Length undocumented
Length *int `json:"length,omitempty"`
// Evidences undocumented
Evidences []SensitiveContentEvidence `json:"evidences,omitempty"`
}
|