| Name | Type | Description | Notes |
|---|---|---|---|
| CheckStatusId | int64 | ||
| TopologyTime | int32 | ||
| CheckStatuses | []MonitorCheckStatusRelatedFailuresCheckStatus |
func NewMonitorCheckStatusRelatedFailures(checkStatusId int64, topologyTime int32, checkStatuses []MonitorCheckStatusRelatedFailuresCheckStatus, ) *MonitorCheckStatusRelatedFailures
NewMonitorCheckStatusRelatedFailures instantiates a new MonitorCheckStatusRelatedFailures 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 NewMonitorCheckStatusRelatedFailuresWithDefaults() *MonitorCheckStatusRelatedFailures
NewMonitorCheckStatusRelatedFailuresWithDefaults instantiates a new MonitorCheckStatusRelatedFailures 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 *MonitorCheckStatusRelatedFailures) GetCheckStatusId() int64
GetCheckStatusId returns the CheckStatusId field if non-nil, zero value otherwise.
func (o *MonitorCheckStatusRelatedFailures) 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 *MonitorCheckStatusRelatedFailures) SetCheckStatusId(v int64)
SetCheckStatusId sets CheckStatusId field to given value.
func (o *MonitorCheckStatusRelatedFailures) GetTopologyTime() int32
GetTopologyTime returns the TopologyTime field if non-nil, zero value otherwise.
func (o *MonitorCheckStatusRelatedFailures) GetTopologyTimeOk() (*int32, bool)
GetTopologyTimeOk returns a tuple with the TopologyTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorCheckStatusRelatedFailures) SetTopologyTime(v int32)
SetTopologyTime sets TopologyTime field to given value.
func (o *MonitorCheckStatusRelatedFailures) GetCheckStatuses() []MonitorCheckStatusRelatedFailuresCheckStatus
GetCheckStatuses returns the CheckStatuses field if non-nil, zero value otherwise.
func (o *MonitorCheckStatusRelatedFailures) GetCheckStatusesOk() (*[]MonitorCheckStatusRelatedFailuresCheckStatus, bool)
GetCheckStatusesOk returns a tuple with the CheckStatuses field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorCheckStatusRelatedFailures) SetCheckStatuses(v []MonitorCheckStatusRelatedFailuresCheckStatus)
SetCheckStatuses sets CheckStatuses field to given value.