ValidateTransferResponse Class
Transfer validation response.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.billing._serialization.ModelValidateTransferResponse
Constructor
ValidateTransferResponse(*, results: List[_models.ValidationResultProperties] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
results
|
The array of validation results. |
Variables
Name | Description |
---|---|
status
|
The status of validation. |
product_id
|
The product id for which this result applies. |
results
|
The array of validation results. |
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