SavingsPlanValidResponseProperty Class
Benefit scope response property.
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. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python