github.com/yaegashi/msgraph.go@v0.1.4/v1.0/ModelInference.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // InferenceClassification undocumented
     6  type InferenceClassification struct {
     7  	// Entity is the base model of InferenceClassification
     8  	Entity
     9  	// Overrides undocumented
    10  	Overrides []InferenceClassificationOverride `json:"overrides,omitempty"`
    11  }
    12  
    13  // InferenceClassificationOverride undocumented
    14  type InferenceClassificationOverride struct {
    15  	// Entity is the base model of InferenceClassificationOverride
    16  	Entity
    17  	// ClassifyAs undocumented
    18  	ClassifyAs *InferenceClassificationType `json:"classifyAs,omitempty"`
    19  	// SenderEmailAddress undocumented
    20  	SenderEmailAddress *EmailAddress `json:"senderEmailAddress,omitempty"`
    21  }