github.com/yaegashi/msgraph.go@v0.1.4/beta/ActionAttachment.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // AttachmentCollectionCreateUploadSessionRequestParameter undocumented
     6  type AttachmentCollectionCreateUploadSessionRequestParameter struct {
     7  	// AttachmentItem undocumented
     8  	AttachmentItem *AttachmentItem `json:"AttachmentItem,omitempty"`
     9  }