| Name | Type | Description | Notes |
|---|---|---|---|
| Distance | int32 | ||
| Relation | string |
func NewMonitorCheckStatusRelatedFailuresTopology(distance int32, relation string, ) *MonitorCheckStatusRelatedFailuresTopology
NewMonitorCheckStatusRelatedFailuresTopology instantiates a new MonitorCheckStatusRelatedFailuresTopology 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 NewMonitorCheckStatusRelatedFailuresTopologyWithDefaults() *MonitorCheckStatusRelatedFailuresTopology
NewMonitorCheckStatusRelatedFailuresTopologyWithDefaults instantiates a new MonitorCheckStatusRelatedFailuresTopology 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 *MonitorCheckStatusRelatedFailuresTopology) GetDistance() int32
GetDistance returns the Distance field if non-nil, zero value otherwise.
func (o *MonitorCheckStatusRelatedFailuresTopology) GetDistanceOk() (*int32, bool)
GetDistanceOk returns a tuple with the Distance field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorCheckStatusRelatedFailuresTopology) SetDistance(v int32)
SetDistance sets Distance field to given value.
func (o *MonitorCheckStatusRelatedFailuresTopology) GetRelation() string
GetRelation returns the Relation field if non-nil, zero value otherwise.
func (o *MonitorCheckStatusRelatedFailuresTopology) GetRelationOk() (*string, bool)
GetRelationOk returns a tuple with the Relation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorCheckStatusRelatedFailuresTopology) SetRelation(v string)
SetRelation sets Relation field to given value.