blob: fb06a749c5e7a5fb556dfd39bb5eba77e1794c94 (
plain) (
tree)
|
|
// Code generated by msgraph.go/gen DO NOT EDIT.
package msgraph
// Recipient undocumented
type Recipient struct {
// Object is the base model of Recipient
Object
// EmailAddress undocumented
EmailAddress *EmailAddress `json:"emailAddress,omitempty"`
}
|