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