AS2Error Settings Args
data class AS2ErrorSettingsArgs(val resendIfMDNNotReceived: Output<Boolean>, val suspendDuplicateMessage: Output<Boolean>) : ConvertibleToJava<AS2ErrorSettingsArgs>
The AS2 agreement error settings.
Constructors
Link copied to clipboard
fun AS2ErrorSettingsArgs(resendIfMDNNotReceived: Output<Boolean>, suspendDuplicateMessage: Output<Boolean>)