Skip to content

WanDetails

Properties

Name Type Description Notes
WanDetails Pointer to []WanDetailVO Gateway wan port detail list [optional]

Methods

NewWanDetails

func NewWanDetails() *WanDetails

NewWanDetails instantiates a new WanDetails 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

NewWanDetailsWithDefaults

func NewWanDetailsWithDefaults() *WanDetails

NewWanDetailsWithDefaults instantiates a new WanDetails 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

GetWanDetails

func (o *WanDetails) GetWanDetails() []WanDetailVO

GetWanDetails returns the WanDetails field if non-nil, zero value otherwise.

GetWanDetailsOk

func (o *WanDetails) GetWanDetailsOk() (*[]WanDetailVO, bool)

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

SetWanDetails

func (o *WanDetails) SetWanDetails(v []WanDetailVO)

SetWanDetails sets WanDetails field to given value.

HasWanDetails

func (o *WanDetails) HasWanDetails() bool

HasWanDetails returns a boolean if a field has been set.

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