X12SchemaReference Class
The X12 schema reference.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
msrest.serialization.ModelX12SchemaReference
Constructor
X12SchemaReference(*, message_id: str, schema_version: str, schema_name: str, sender_application_id: str | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
message_id
|
Required. The message id. |
sender_application_id
|
The sender application id. |
schema_version
|
Required. The schema version. |
schema_name
|
Required. The schema name. |
Variables
Name | Description |
---|---|
message_id
|
Required. The message id. |
sender_application_id
|
The sender application id. |
schema_version
|
Required. The schema version. |
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