Skip to content

APInfo

Properties

Name Type Description Notes
WiredUpLink Pointer to WiredUpLinkInfo [optional]
WirelessUpLink Pointer to WirelessUpLinkInfo [optional]

Methods

NewAPInfo

func NewAPInfo() *APInfo

NewAPInfo instantiates a new APInfo 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

NewAPInfoWithDefaults

func NewAPInfoWithDefaults() *APInfo

NewAPInfoWithDefaults instantiates a new APInfo 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

func (o *APInfo) GetWiredUpLink() WiredUpLinkInfo

GetWiredUpLink returns the WiredUpLink field if non-nil, zero value otherwise.

GetWiredUpLinkOk

func (o *APInfo) GetWiredUpLinkOk() (*WiredUpLinkInfo, bool)

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

func (o *APInfo) SetWiredUpLink(v WiredUpLinkInfo)

SetWiredUpLink sets WiredUpLink field to given value.

func (o *APInfo) HasWiredUpLink() bool

HasWiredUpLink returns a boolean if a field has been set.

func (o *APInfo) GetWirelessUpLink() WirelessUpLinkInfo

GetWirelessUpLink returns the WirelessUpLink field if non-nil, zero value otherwise.

GetWirelessUpLinkOk

func (o *APInfo) GetWirelessUpLinkOk() (*WirelessUpLinkInfo, bool)

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

func (o *APInfo) SetWirelessUpLink(v WirelessUpLinkInfo)

SetWirelessUpLink sets WirelessUpLink field to given value.

func (o *APInfo) HasWirelessUpLink() bool

HasWirelessUpLink returns a boolean if a field has been set.

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