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. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python