message property
BillingHealthCheckResult.message property
Gets or sets a descriptive message providing additional details about the health check status or any encountered errors.
@property
def message(self) -> str:
...
@message.setter
def message(self, value: str):
...
See Also
- module aspose.words
- class BillingHealthCheckResult