blob: 7cd007fe89d498379458a0ce2b7a310027fc111d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// AutoLabeling undocumented
type AutoLabeling struct {
// Object is the base model of AutoLabeling
Object
// SensitiveTypeIDs undocumented
SensitiveTypeIDs []string `json:"sensitiveTypeIds,omitempty"`
// Message undocumented
Message *string `json:"message,omitempty"`
}
// AutoReviewSettings undocumented
type AutoReviewSettings struct {
// Object is the base model of AutoReviewSettings
Object
// NotReviewedResult undocumented
NotReviewedResult *string `json:"notReviewedResult,omitempty"`
}
|