blob: 7202bf7b0d6f3b71b0b2782c2d2e2103aa7de9cf (
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
// InferenceClassificationOverride undocumented
type InferenceClassificationOverride struct {
// Entity is the base model of InferenceClassificationOverride
Entity
// ClassifyAs undocumented
ClassifyAs *InferenceClassificationType `json:"classifyAs,omitempty"`
// SenderEmailAddress undocumented
SenderEmailAddress *EmailAddress `json:"senderEmailAddress,omitempty"`
}
|