UpdateApAnteGainConfig
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| AnteGainList | Pointer to []UpdateApRadioAnteGainConfigOpenApiVO | Antenna gain list. | [optional] |
Methods
NewUpdateApAnteGainConfig
func NewUpdateApAnteGainConfig() *UpdateApAnteGainConfig
NewUpdateApAnteGainConfig instantiates a new UpdateApAnteGainConfig 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
NewUpdateApAnteGainConfigWithDefaults
func NewUpdateApAnteGainConfigWithDefaults() *UpdateApAnteGainConfig
NewUpdateApAnteGainConfigWithDefaults instantiates a new UpdateApAnteGainConfig 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
GetAnteGainList
func (o *UpdateApAnteGainConfig) GetAnteGainList() []UpdateApRadioAnteGainConfigOpenApiVO
GetAnteGainList returns the AnteGainList field if non-nil, zero value otherwise.
GetAnteGainListOk
func (o *UpdateApAnteGainConfig) GetAnteGainListOk() (*[]UpdateApRadioAnteGainConfigOpenApiVO, bool)
GetAnteGainListOk returns a tuple with the AnteGainList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetAnteGainList
func (o *UpdateApAnteGainConfig) SetAnteGainList(v []UpdateApRadioAnteGainConfigOpenApiVO)
SetAnteGainList sets AnteGainList field to given value.
HasAnteGainList
func (o *UpdateApAnteGainConfig) HasAnteGainList() bool
HasAnteGainList returns a boolean if a field has been set.