Skip to content

Latest commit

 

History

History
119 lines (64 loc) · 3.02 KB

NestedWirelessLink.md

File metadata and controls

119 lines (64 loc) · 3.02 KB

NestedWirelessLink

Properties

Name Type Description Notes
Id int32 [readonly]
Url string [readonly]
Display string [readonly]
Ssid Pointer to string [optional]

Methods

NewNestedWirelessLink

func NewNestedWirelessLink(id int32, url string, display string, ) *NestedWirelessLink

NewNestedWirelessLink instantiates a new NestedWirelessLink 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

NewNestedWirelessLinkWithDefaults

func NewNestedWirelessLinkWithDefaults() *NestedWirelessLink

NewNestedWirelessLinkWithDefaults instantiates a new NestedWirelessLink 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

GetId

func (o *NestedWirelessLink) GetId() int32

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *NestedWirelessLink) GetIdOk() (*int32, bool)

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

SetId

func (o *NestedWirelessLink) SetId(v int32)

SetId sets Id field to given value.

GetUrl

func (o *NestedWirelessLink) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

func (o *NestedWirelessLink) GetUrlOk() (*string, bool)

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

SetUrl

func (o *NestedWirelessLink) SetUrl(v string)

SetUrl sets Url field to given value.

GetDisplay

func (o *NestedWirelessLink) GetDisplay() string

GetDisplay returns the Display field if non-nil, zero value otherwise.

GetDisplayOk

func (o *NestedWirelessLink) GetDisplayOk() (*string, bool)

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

SetDisplay

func (o *NestedWirelessLink) SetDisplay(v string)

SetDisplay sets Display field to given value.

GetSsid

func (o *NestedWirelessLink) GetSsid() string

GetSsid returns the Ssid field if non-nil, zero value otherwise.

GetSsidOk

func (o *NestedWirelessLink) GetSsidOk() (*string, bool)

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

SetSsid

func (o *NestedWirelessLink) SetSsid(v string)

SetSsid sets Ssid field to given value.

HasSsid

func (o *NestedWirelessLink) HasSsid() bool

HasSsid returns a boolean if a field has been set.

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