Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.74 KB

GetOrganizationWirelessDevicesChannelUtilizationByDevice200ResponseInnerByBandInnerWifi.md

File metadata and controls

56 lines (31 loc) · 2.74 KB

GetOrganizationWirelessDevicesChannelUtilizationByDevice200ResponseInnerByBandInnerWifi

Properties

Name Type Description Notes
Percentage Pointer to float32 Percentage of wifi channel utiliation for the given band. [optional]

Methods

NewGetOrganizationWirelessDevicesChannelUtilizationByDevice200ResponseInnerByBandInnerWifi

func NewGetOrganizationWirelessDevicesChannelUtilizationByDevice200ResponseInnerByBandInnerWifi() *GetOrganizationWirelessDevicesChannelUtilizationByDevice200ResponseInnerByBandInnerWifi

NewGetOrganizationWirelessDevicesChannelUtilizationByDevice200ResponseInnerByBandInnerWifi instantiates a new GetOrganizationWirelessDevicesChannelUtilizationByDevice200ResponseInnerByBandInnerWifi 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

NewGetOrganizationWirelessDevicesChannelUtilizationByDevice200ResponseInnerByBandInnerWifiWithDefaults

func NewGetOrganizationWirelessDevicesChannelUtilizationByDevice200ResponseInnerByBandInnerWifiWithDefaults() *GetOrganizationWirelessDevicesChannelUtilizationByDevice200ResponseInnerByBandInnerWifi

NewGetOrganizationWirelessDevicesChannelUtilizationByDevice200ResponseInnerByBandInnerWifiWithDefaults instantiates a new GetOrganizationWirelessDevicesChannelUtilizationByDevice200ResponseInnerByBandInnerWifi 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

GetPercentage

func (o *GetOrganizationWirelessDevicesChannelUtilizationByDevice200ResponseInnerByBandInnerWifi) GetPercentage() float32

GetPercentage returns the Percentage field if non-nil, zero value otherwise.

GetPercentageOk

func (o *GetOrganizationWirelessDevicesChannelUtilizationByDevice200ResponseInnerByBandInnerWifi) GetPercentageOk() (*float32, bool)

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

SetPercentage

func (o *GetOrganizationWirelessDevicesChannelUtilizationByDevice200ResponseInnerByBandInnerWifi) SetPercentage(v float32)

SetPercentage sets Percentage field to given value.

HasPercentage

func (o *GetOrganizationWirelessDevicesChannelUtilizationByDevice200ResponseInnerByBandInnerWifi) HasPercentage() bool

HasPercentage returns a boolean if a field has been set.

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