SavingsPlanValidResponseProperty Class
Benefit scope response property.
- Inheritance
-
azure.mgmt.billing._serialization.ModelSavingsPlanValidResponseProperty
Constructor
SavingsPlanValidResponseProperty(*, valid: bool | None = None, reason_code: str | None = None, reason: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
valid
|
Indicates if the provided input is valid. |
reason_code
|
Failure reason code if the provided input is invalid. |
reason
|
Failure reason if the provided input is invalid. |
Variables
Name | Description |
---|---|
valid
|
Indicates if the provided input is valid. |
reason_code
|
Failure reason code if the provided input is invalid. |
reason
|
Failure reason if the provided input is invalid. |
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