Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 4.58 KB

UpdateDeviceApplianceRadioSettingsRequest.md

File metadata and controls

108 lines (59 loc) · 4.58 KB

UpdateDeviceApplianceRadioSettingsRequest

Properties

Name Type Description Notes
RfProfileId Pointer to string The ID of an RF profile to assign to the device. If the value of this parameter is null, the appropriate basic RF profile (indoor or outdoor) will be assigned to the device. Assigning an RF profile will clear ALL manually configured overrides on the device (channel width, channel, power). [optional]
TwoFourGhzSettings Pointer to UpdateDeviceApplianceRadioSettingsRequestTwoFourGhzSettings [optional]
FiveGhzSettings Pointer to UpdateDeviceApplianceRadioSettingsRequestFiveGhzSettings [optional]

Methods

NewUpdateDeviceApplianceRadioSettingsRequest

func NewUpdateDeviceApplianceRadioSettingsRequest() *UpdateDeviceApplianceRadioSettingsRequest

NewUpdateDeviceApplianceRadioSettingsRequest instantiates a new UpdateDeviceApplianceRadioSettingsRequest 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

NewUpdateDeviceApplianceRadioSettingsRequestWithDefaults

func NewUpdateDeviceApplianceRadioSettingsRequestWithDefaults() *UpdateDeviceApplianceRadioSettingsRequest

NewUpdateDeviceApplianceRadioSettingsRequestWithDefaults instantiates a new UpdateDeviceApplianceRadioSettingsRequest 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

GetRfProfileId

func (o *UpdateDeviceApplianceRadioSettingsRequest) GetRfProfileId() string

GetRfProfileId returns the RfProfileId field if non-nil, zero value otherwise.

GetRfProfileIdOk

func (o *UpdateDeviceApplianceRadioSettingsRequest) GetRfProfileIdOk() (*string, bool)

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

SetRfProfileId

func (o *UpdateDeviceApplianceRadioSettingsRequest) SetRfProfileId(v string)

SetRfProfileId sets RfProfileId field to given value.

HasRfProfileId

func (o *UpdateDeviceApplianceRadioSettingsRequest) HasRfProfileId() bool

HasRfProfileId returns a boolean if a field has been set.

GetTwoFourGhzSettings

func (o *UpdateDeviceApplianceRadioSettingsRequest) GetTwoFourGhzSettings() UpdateDeviceApplianceRadioSettingsRequestTwoFourGhzSettings

GetTwoFourGhzSettings returns the TwoFourGhzSettings field if non-nil, zero value otherwise.

GetTwoFourGhzSettingsOk

func (o *UpdateDeviceApplianceRadioSettingsRequest) GetTwoFourGhzSettingsOk() (*UpdateDeviceApplianceRadioSettingsRequestTwoFourGhzSettings, bool)

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

SetTwoFourGhzSettings

func (o *UpdateDeviceApplianceRadioSettingsRequest) SetTwoFourGhzSettings(v UpdateDeviceApplianceRadioSettingsRequestTwoFourGhzSettings)

SetTwoFourGhzSettings sets TwoFourGhzSettings field to given value.

HasTwoFourGhzSettings

func (o *UpdateDeviceApplianceRadioSettingsRequest) HasTwoFourGhzSettings() bool

HasTwoFourGhzSettings returns a boolean if a field has been set.

GetFiveGhzSettings

func (o *UpdateDeviceApplianceRadioSettingsRequest) GetFiveGhzSettings() UpdateDeviceApplianceRadioSettingsRequestFiveGhzSettings

GetFiveGhzSettings returns the FiveGhzSettings field if non-nil, zero value otherwise.

GetFiveGhzSettingsOk

func (o *UpdateDeviceApplianceRadioSettingsRequest) GetFiveGhzSettingsOk() (*UpdateDeviceApplianceRadioSettingsRequestFiveGhzSettings, bool)

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

SetFiveGhzSettings

func (o *UpdateDeviceApplianceRadioSettingsRequest) SetFiveGhzSettings(v UpdateDeviceApplianceRadioSettingsRequestFiveGhzSettings)

SetFiveGhzSettings sets FiveGhzSettings field to given value.

HasFiveGhzSettings

func (o *UpdateDeviceApplianceRadioSettingsRequest) HasFiveGhzSettings() bool

HasFiveGhzSettings returns a boolean if a field has been set.

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