diff options
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/ItemAttachmentModel.go')
-rw-r--r-- | vendor/github.com/matterbridge/msgraph.go/beta/ItemAttachmentModel.go | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/ItemAttachmentModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/ItemAttachmentModel.go new file mode 100644 index 00000000..23b043fb --- /dev/null +++ b/vendor/github.com/matterbridge/msgraph.go/beta/ItemAttachmentModel.go @@ -0,0 +1,11 @@ +// Code generated by msgraph-generate.go DO NOT EDIT. + +package msgraph + +// ItemAttachment undocumented +type ItemAttachment struct { + // Attachment is the base model of ItemAttachment + Attachment + // Item undocumented + Item *OutlookItem `json:"item,omitempty"` +} |