# ComponentHealthStatus
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | Option<**String**> | The component name | [optional]
**status** | Option<**String**> | The health status of component. Is either \"healthy\" or \"unhealthy\". | [optional]
**error** | Option<**String**> | (optional) The error message when the status is \"unhealthy\" | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)