AS2Envelope Settings Args
data class AS2EnvelopeSettingsArgs(val autogenerateFileName: Output<Boolean>, val fileNameTemplate: Output<String>, val messageContentType: Output<String>, val suspendMessageOnFileNameGenerationError: Output<Boolean>, val transmitFileNameInMimeHeader: Output<Boolean>) : ConvertibleToJava<AS2EnvelopeSettingsArgs>
The AS2 agreement envelope settings.