blob: 23b043fbeb033f8145ae48409f155ec378ef58fc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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"`
}
|