Edifact Schema Reference Args
data class EdifactSchemaReferenceArgs(val associationAssignedCode: Output<String>? = null, val messageId: Output<String>, val messageRelease: Output<String>, val messageVersion: Output<String>, val schemaName: Output<String>, val senderApplicationId: Output<String>? = null, val senderApplicationQualifier: Output<String>? = null) : ConvertibleToJava<EdifactSchemaReferenceArgs>
The Edifact schema reference.
Properties
Link copied to clipboard
The association assigned code.
Link copied to clipboard
The message release version.
Link copied to clipboard
The message version.
Link copied to clipboard
The schema name.
Link copied to clipboard
The sender application id.
Link copied to clipboard
The sender application qualifier.