Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.07 KB

ListApplications200ResponseInnerHealth.md

File metadata and controls

134 lines (73 loc) · 4.07 KB

ListApplications200ResponseInnerHealth

Properties

Name Type Description Notes
Status Pointer to string [optional]
LastChanged Pointer to string [optional]
Since Pointer to float32 [optional]
Healthy Pointer to bool [optional]

Methods

NewListApplications200ResponseInnerHealth

func NewListApplications200ResponseInnerHealth() *ListApplications200ResponseInnerHealth

NewListApplications200ResponseInnerHealth instantiates a new ListApplications200ResponseInnerHealth 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

NewListApplications200ResponseInnerHealthWithDefaults

func NewListApplications200ResponseInnerHealthWithDefaults() *ListApplications200ResponseInnerHealth

NewListApplications200ResponseInnerHealthWithDefaults instantiates a new ListApplications200ResponseInnerHealth 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

GetStatus

func (o *ListApplications200ResponseInnerHealth) GetStatus() string

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

func (o *ListApplications200ResponseInnerHealth) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetStatus

func (o *ListApplications200ResponseInnerHealth) SetStatus(v string)

SetStatus sets Status field to given value.

HasStatus

func (o *ListApplications200ResponseInnerHealth) HasStatus() bool

HasStatus returns a boolean if a field has been set.

GetLastChanged

func (o *ListApplications200ResponseInnerHealth) GetLastChanged() string

GetLastChanged returns the LastChanged field if non-nil, zero value otherwise.

GetLastChangedOk

func (o *ListApplications200ResponseInnerHealth) GetLastChangedOk() (*string, bool)

GetLastChangedOk returns a tuple with the LastChanged field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLastChanged

func (o *ListApplications200ResponseInnerHealth) SetLastChanged(v string)

SetLastChanged sets LastChanged field to given value.

HasLastChanged

func (o *ListApplications200ResponseInnerHealth) HasLastChanged() bool

HasLastChanged returns a boolean if a field has been set.

GetSince

func (o *ListApplications200ResponseInnerHealth) GetSince() float32

GetSince returns the Since field if non-nil, zero value otherwise.

GetSinceOk

func (o *ListApplications200ResponseInnerHealth) GetSinceOk() (*float32, bool)

GetSinceOk returns a tuple with the Since field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSince

func (o *ListApplications200ResponseInnerHealth) SetSince(v float32)

SetSince sets Since field to given value.

HasSince

func (o *ListApplications200ResponseInnerHealth) HasSince() bool

HasSince returns a boolean if a field has been set.

GetHealthy

func (o *ListApplications200ResponseInnerHealth) GetHealthy() bool

GetHealthy returns the Healthy field if non-nil, zero value otherwise.

GetHealthyOk

func (o *ListApplications200ResponseInnerHealth) GetHealthyOk() (*bool, bool)

GetHealthyOk returns a tuple with the Healthy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetHealthy

func (o *ListApplications200ResponseInnerHealth) SetHealthy(v bool)

SetHealthy sets Healthy field to given value.

HasHealthy

func (o *ListApplications200ResponseInnerHealth) HasHealthy() bool

HasHealthy returns a boolean if a field has been set.

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