blob: f57b750fc1149a9c7be6e7fd036824d3c3dd66bc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// 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"`
}
|