summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ActionAttachment.go
blob: 42ab36b00652fd04bcafb2f49b4c612309a5f109 (plain) (blame)
1
2
3
4
5
6
7
8
9
// Code generated by msgraph.go/gen DO NOT EDIT.

package msgraph

// AttachmentCollectionCreateUploadSessionRequestParameter undocumented
type AttachmentCollectionCreateUploadSessionRequestParameter struct {
	// AttachmentItem undocumented
	AttachmentItem *AttachmentItem `json:"AttachmentItem,omitempty"`
}