Skip to content

AddMonitorClientList

Properties

Name Type Description Notes
AddClientList Pointer to []MonitorClient The client to be added to the monitor list [optional]

Methods

NewAddMonitorClientList

func NewAddMonitorClientList() *AddMonitorClientList

NewAddMonitorClientList instantiates a new AddMonitorClientList 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

NewAddMonitorClientListWithDefaults

func NewAddMonitorClientListWithDefaults() *AddMonitorClientList

NewAddMonitorClientListWithDefaults instantiates a new AddMonitorClientList 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

GetAddClientList

func (o *AddMonitorClientList) GetAddClientList() []MonitorClient

GetAddClientList returns the AddClientList field if non-nil, zero value otherwise.

GetAddClientListOk

func (o *AddMonitorClientList) GetAddClientListOk() (*[]MonitorClient, bool)

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

SetAddClientList

func (o *AddMonitorClientList) SetAddClientList(v []MonitorClient)

SetAddClientList sets AddClientList field to given value.

HasAddClientList

func (o *AddMonitorClientList) HasAddClientList() bool

HasAddClientList returns a boolean if a field has been set.

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