Input$MailAttachmentInput constructor
Input$MailAttachmentInput({})
Implementation
factory Input$MailAttachmentInput({
required String filename,
required String content,
required String encoding,
}) =>
Input$MailAttachmentInput._({
r'filename': filename,
r'content': content,
r'encoding': encoding,
});