Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | [optional] | |
Source | Pointer to NullableString | [optional] | |
Type | Pointer to HealthCheckResult | [optional] | |
Message | Pointer to NullableString | [optional] | |
WikiUrl | Pointer to string | [optional] |
func NewHealthResource() *HealthResource
NewHealthResource instantiates a new HealthResource 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 NewHealthResourceWithDefaults() *HealthResource
NewHealthResourceWithDefaults instantiates a new HealthResource 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 *HealthResource) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *HealthResource) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HealthResource) SetId(v int32)
SetId sets Id field to given value.
func (o *HealthResource) HasId() bool
HasId returns a boolean if a field has been set.
func (o *HealthResource) GetSource() string
GetSource returns the Source field if non-nil, zero value otherwise.
func (o *HealthResource) GetSourceOk() (*string, bool)
GetSourceOk returns a tuple with the Source field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HealthResource) SetSource(v string)
SetSource sets Source field to given value.
func (o *HealthResource) HasSource() bool
HasSource returns a boolean if a field has been set.
func (o *HealthResource) SetSourceNil(b bool)
SetSourceNil sets the value for Source to be an explicit nil
func (o *HealthResource) UnsetSource()
UnsetSource ensures that no value is present for Source, not even an explicit nil
func (o *HealthResource) GetType() HealthCheckResult
GetType returns the Type field if non-nil, zero value otherwise.
func (o *HealthResource) GetTypeOk() (*HealthCheckResult, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HealthResource) SetType(v HealthCheckResult)
SetType sets Type field to given value.
func (o *HealthResource) HasType() bool
HasType returns a boolean if a field has been set.
func (o *HealthResource) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *HealthResource) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HealthResource) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *HealthResource) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (o *HealthResource) SetMessageNil(b bool)
SetMessageNil sets the value for Message to be an explicit nil
func (o *HealthResource) UnsetMessage()
UnsetMessage ensures that no value is present for Message, not even an explicit nil
func (o *HealthResource) GetWikiUrl() string
GetWikiUrl returns the WikiUrl field if non-nil, zero value otherwise.
func (o *HealthResource) GetWikiUrlOk() (*string, bool)
GetWikiUrlOk returns a tuple with the WikiUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HealthResource) SetWikiUrl(v string)
SetWikiUrl sets WikiUrl field to given value.
func (o *HealthResource) HasWikiUrl() bool
HasWikiUrl returns a boolean if a field has been set.