summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/EmailAddressModel.go
blob: 02b2216e7e98bdb3bf4b75d32d24bc7d55adacca (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

// EmailAddress undocumented
type EmailAddress struct {
	// Object is the base model of EmailAddress
	Object
	// Name undocumented
	Name *string `json:"name,omitempty"`
	// Address undocumented
	Address *string `json:"address,omitempty"`
}