EdifactSchemaReference Class
The Edifact schema reference.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
msrest.serialization.ModelEdifactSchemaReference
Constructor
EdifactSchemaReference(*, message_id: str, message_version: str, message_release: str, schema_name: str, sender_application_id: str | None = None, sender_application_qualifier: str | None = None, association_assigned_code: str | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
message_id
|
Required. The message id. |
message_version
|
Required. The message version. |
message_release
|
Required. The message release version. |
sender_application_id
|
The sender application id. |
sender_application_qualifier
|
The sender application qualifier. |
association_assigned_code
|
The association assigned code. |
schema_name
|
Required. The schema name. |
Variables
Name | Description |
---|---|
message_id
|
Required. The message id. |
message_version
|
Required. The message version. |
message_release
|
Required. The message release version. |
sender_application_id
|
The sender application id. |
sender_application_qualifier
|
The sender application qualifier. |
association_assigned_code
|
The association assigned code. |
schema_name
|
Required. The schema name. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python