summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ModelRecipient.go
blob: fb06a749c5e7a5fb556dfd39bb5eba77e1794c94 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// 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"`
}