Name | Type | Description | Notes |
---|---|---|---|
ComponentName | Pointer to string | [optional] | |
EscapedComponentName | Pointer to string | [optional] |
func NewHealthCheckInfo() *HealthCheckInfo
NewHealthCheckInfo instantiates a new HealthCheckInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewHealthCheckInfoWithDefaults() *HealthCheckInfo
NewHealthCheckInfoWithDefaults instantiates a new HealthCheckInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *HealthCheckInfo) GetComponentName() string
GetComponentName returns the ComponentName field if non-nil, zero value otherwise.
func (o *HealthCheckInfo) GetComponentNameOk() (*string, bool)
GetComponentNameOk returns a tuple with the ComponentName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HealthCheckInfo) SetComponentName(v string)
SetComponentName sets ComponentName field to given value.
func (o *HealthCheckInfo) HasComponentName() bool
HasComponentName returns a boolean if a field has been set.
func (o *HealthCheckInfo) GetEscapedComponentName() string
GetEscapedComponentName returns the EscapedComponentName field if non-nil, zero value otherwise.
func (o *HealthCheckInfo) GetEscapedComponentNameOk() (*string, bool)
GetEscapedComponentNameOk returns a tuple with the EscapedComponentName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HealthCheckInfo) SetEscapedComponentName(v string)
SetEscapedComponentName sets EscapedComponentName field to given value.
func (o *HealthCheckInfo) HasEscapedComponentName() bool
HasEscapedComponentName returns a boolean if a field has been set.