EdifactMessageIdentifierArgs

data class EdifactMessageIdentifierArgs(val messageId: Output<String>) : ConvertibleToJava<EdifactMessageIdentifierArgs>

The Edifact message identifier.

Constructors

Link copied to clipboard
constructor(messageId: Output<String>)

Properties

Link copied to clipboard
val messageId: Output<String>

The message id on which this envelope settings has to be applied.

Functions

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