| Name | Type | Description | Notes |
|---|---|---|---|
| CheckStatusId | int64 | ||
| StartTime | int32 | ||
| EndTime | int32 | ||
| HealthStateChanges | []MonitorCheckStatusHealthChange | List of health state changes ordered from most recent to oldest. |
func NewMonitorCheckStatusHealthHistory(checkStatusId int64, startTime int32, endTime int32, healthStateChanges []MonitorCheckStatusHealthChange, ) *MonitorCheckStatusHealthHistory
NewMonitorCheckStatusHealthHistory instantiates a new MonitorCheckStatusHealthHistory 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 NewMonitorCheckStatusHealthHistoryWithDefaults() *MonitorCheckStatusHealthHistory
NewMonitorCheckStatusHealthHistoryWithDefaults instantiates a new MonitorCheckStatusHealthHistory 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 *MonitorCheckStatusHealthHistory) GetCheckStatusId() int64
GetCheckStatusId returns the CheckStatusId field if non-nil, zero value otherwise.
func (o *MonitorCheckStatusHealthHistory) GetCheckStatusIdOk() (*int64, bool)
GetCheckStatusIdOk returns a tuple with the CheckStatusId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorCheckStatusHealthHistory) SetCheckStatusId(v int64)
SetCheckStatusId sets CheckStatusId field to given value.
func (o *MonitorCheckStatusHealthHistory) GetStartTime() int32
GetStartTime returns the StartTime field if non-nil, zero value otherwise.
func (o *MonitorCheckStatusHealthHistory) GetStartTimeOk() (*int32, bool)
GetStartTimeOk returns a tuple with the StartTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorCheckStatusHealthHistory) SetStartTime(v int32)
SetStartTime sets StartTime field to given value.
func (o *MonitorCheckStatusHealthHistory) GetEndTime() int32
GetEndTime returns the EndTime field if non-nil, zero value otherwise.
func (o *MonitorCheckStatusHealthHistory) GetEndTimeOk() (*int32, bool)
GetEndTimeOk returns a tuple with the EndTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorCheckStatusHealthHistory) SetEndTime(v int32)
SetEndTime sets EndTime field to given value.
func (o *MonitorCheckStatusHealthHistory) GetHealthStateChanges() []MonitorCheckStatusHealthChange
GetHealthStateChanges returns the HealthStateChanges field if non-nil, zero value otherwise.
func (o *MonitorCheckStatusHealthHistory) GetHealthStateChangesOk() (*[]MonitorCheckStatusHealthChange, bool)
GetHealthStateChangesOk returns a tuple with the HealthStateChanges field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorCheckStatusHealthHistory) SetHealthStateChanges(v []MonitorCheckStatusHealthChange)
SetHealthStateChanges sets HealthStateChanges field to given value.