blob: c8ff09f35811f71f81d7c92b85c135783fafc539 (
plain) (
tree)
|
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// AttachmentCollectionCreateUploadSessionRequestParameter undocumented
type AttachmentCollectionCreateUploadSessionRequestParameter struct {
// AttachmentItem undocumented
AttachmentItem *AttachmentItem `json:"AttachmentItem,omitempty"`
}
|