Skip to content

WanHealthListVO

Properties

Name Type Description Notes
WanList Pointer to []WanHealthItemVO [optional]

Methods

NewWanHealthListVO

func NewWanHealthListVO() *WanHealthListVO

NewWanHealthListVO instantiates a new WanHealthListVO 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

NewWanHealthListVOWithDefaults

func NewWanHealthListVOWithDefaults() *WanHealthListVO

NewWanHealthListVOWithDefaults instantiates a new WanHealthListVO 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

GetWanList

func (o *WanHealthListVO) GetWanList() []WanHealthItemVO

GetWanList returns the WanList field if non-nil, zero value otherwise.

GetWanListOk

func (o *WanHealthListVO) GetWanListOk() (*[]WanHealthItemVO, bool)

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

SetWanList

func (o *WanHealthListVO) SetWanList(v []WanHealthItemVO)

SetWanList sets WanList field to given value.

HasWanList

func (o *WanHealthListVO) HasWanList() bool

HasWanList returns a boolean if a field has been set.

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