github.com/altipla-consulting/ravendb-go-client@v0.1.3/attachment_details.go (about)

     1  package ravendb
     2  
     3  // AttachmentDetails represents details of an attachment
     4  type AttachmentDetails struct {
     5  	AttachmentName
     6  	ChangeVector *string `json:"ChangeVector"`
     7  	DocumentID   string  `json:"DocumentId"`
     8  }