// Code generated by msgraph.go/gen DO NOT EDIT.
package msgraph
// AttachmentCollectionCreateUploadSessionRequestParameter undocumented
type AttachmentCollectionCreateUploadSessionRequestParameter struct {
// AttachmentItem undocumented
AttachmentItem *AttachmentItem `json:"AttachmentItem,omitempty"`
}