diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/ItemEmailModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/ItemEmailModel.go | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/ItemEmailModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/ItemEmailModel.go new file mode 100644 index 00000000..737d583c --- /dev/null +++ b/vendor/github.com/yaegashi/msgraph.go/beta/ItemEmailModel.go @@ -0,0 +1,15 @@ +// Code generated by msgraph-generate.go DO NOT EDIT. + +package msgraph + +// ItemEmail undocumented +type ItemEmail struct { + // ItemFacet is the base model of ItemEmail + ItemFacet + // Address undocumented + Address *string `json:"address,omitempty"` + // DisplayName undocumented + DisplayName *string `json:"displayName,omitempty"` + // Type undocumented + Type *EmailType `json:"type,omitempty"` +} |