Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.5 KB

HealthCheckInfo.md

File metadata and controls

82 lines (45 loc) · 2.5 KB

HealthCheckInfo

Properties

Name Type Description Notes
ComponentName Pointer to string [optional]
EscapedComponentName Pointer to string [optional]

Methods

NewHealthCheckInfo

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

NewHealthCheckInfoWithDefaults

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

GetComponentName

func (o *HealthCheckInfo) GetComponentName() string

GetComponentName returns the ComponentName field if non-nil, zero value otherwise.

GetComponentNameOk

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.

SetComponentName

func (o *HealthCheckInfo) SetComponentName(v string)

SetComponentName sets ComponentName field to given value.

HasComponentName

func (o *HealthCheckInfo) HasComponentName() bool

HasComponentName returns a boolean if a field has been set.

GetEscapedComponentName

func (o *HealthCheckInfo) GetEscapedComponentName() string

GetEscapedComponentName returns the EscapedComponentName field if non-nil, zero value otherwise.

GetEscapedComponentNameOk

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.

SetEscapedComponentName

func (o *HealthCheckInfo) SetEscapedComponentName(v string)

SetEscapedComponentName sets EscapedComponentName field to given value.

HasEscapedComponentName

func (o *HealthCheckInfo) HasEscapedComponentName() bool

HasEscapedComponentName returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]