GetAttachmentResponse constructor

GetAttachmentResponse(
  1. Attachment? attachment
)
Initializes a new instance of the The attachment.

Implementation

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