Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.41 KB

File metadata and controls

72 lines (39 loc) · 2.41 KB

MonitorCheckStatusRelatedFailuresTopology

Properties

Name Type Description Notes
Distance int32
Relation string

Methods

NewMonitorCheckStatusRelatedFailuresTopology

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

NewMonitorCheckStatusRelatedFailuresTopologyWithDefaults

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

GetDistance

func (o *MonitorCheckStatusRelatedFailuresTopology) GetDistance() int32

GetDistance returns the Distance field if non-nil, zero value otherwise.

GetDistanceOk

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.

SetDistance

func (o *MonitorCheckStatusRelatedFailuresTopology) SetDistance(v int32)

SetDistance sets Distance field to given value.

GetRelation

func (o *MonitorCheckStatusRelatedFailuresTopology) GetRelation() string

GetRelation returns the Relation field if non-nil, zero value otherwise.

GetRelationOk

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.

SetRelation

func (o *MonitorCheckStatusRelatedFailuresTopology) SetRelation(v string)

SetRelation sets Relation field to given value.

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