Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.44 KB

File metadata and controls

51 lines (28 loc) · 1.44 KB

MonitorList

Properties

Name Type Description Notes
Monitors []Monitor

Methods

NewMonitorList

func NewMonitorList(monitors []Monitor, ) *MonitorList

NewMonitorList instantiates a new MonitorList 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

NewMonitorListWithDefaults

func NewMonitorListWithDefaults() *MonitorList

NewMonitorListWithDefaults instantiates a new MonitorList 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

GetMonitors

func (o *MonitorList) GetMonitors() []Monitor

GetMonitors returns the Monitors field if non-nil, zero value otherwise.

GetMonitorsOk

func (o *MonitorList) GetMonitorsOk() (*[]Monitor, bool)

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

SetMonitors

func (o *MonitorList) SetMonitors(v []Monitor)

SetMonitors sets Monitors field to given value.

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