mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 15:40:30 +00:00
16 lines
584 B
Go
16 lines
584 B
Go
|
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||
|
|
||
|
package msgraph
|
||
|
|
||
|
// MailAssessmentRequestObject undocumented
|
||
|
type MailAssessmentRequestObject struct {
|
||
|
// ThreatAssessmentRequestObject is the base model of MailAssessmentRequestObject
|
||
|
ThreatAssessmentRequestObject
|
||
|
// RecipientEmail undocumented
|
||
|
RecipientEmail *string `json:"recipientEmail,omitempty"`
|
||
|
// DestinationRoutingReason undocumented
|
||
|
DestinationRoutingReason *MailDestinationRoutingReason `json:"destinationRoutingReason,omitempty"`
|
||
|
// MessageURI undocumented
|
||
|
MessageURI *string `json:"messageUri,omitempty"`
|
||
|
}
|