GetAttachmentResponse constructor
      
      GetAttachmentResponse(
    
- Attachment? attachment
Implementation
GetAttachmentResponse(complex.Attachment? attachment) : super() {
  this.attachment = attachment;
}GetAttachmentResponse(complex.Attachment? attachment) : super() {
  this.attachment = attachment;
}