AS2EnvelopeSettingsArgs

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.

Constructors

Link copied to clipboard
constructor(autogenerateFileName: Output<Boolean>, fileNameTemplate: Output<String>, messageContentType: Output<String>, suspendMessageOnFileNameGenerationError: Output<Boolean>, transmitFileNameInMimeHeader: Output<Boolean>)

Properties

Link copied to clipboard

The value indicating whether to auto generate file name.

Link copied to clipboard

The template for file name.

Link copied to clipboard

The message content type.

Link copied to clipboard

The value indicating whether to suspend message on file name generation error.

Link copied to clipboard

The value indicating whether to transmit file name in mime header.

Functions

Link copied to clipboard
open override fun toJava(): AS2EnvelopeSettingsArgs