// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

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