Skip to content

AirtimeFairnessSettingVO

Properties

Name Type Description Notes
Enable2g bool Whether to enable 2G airtime fairness
Enable5g bool Whether to enable 5G airtime fairness
Enable6g bool Whether to enable 6G airtime fairness

Methods

NewAirtimeFairnessSettingVO

func NewAirtimeFairnessSettingVO(enable2g bool, enable5g bool, enable6g bool, ) *AirtimeFairnessSettingVO

NewAirtimeFairnessSettingVO instantiates a new AirtimeFairnessSettingVO 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

NewAirtimeFairnessSettingVOWithDefaults

func NewAirtimeFairnessSettingVOWithDefaults() *AirtimeFairnessSettingVO

NewAirtimeFairnessSettingVOWithDefaults instantiates a new AirtimeFairnessSettingVO 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

GetEnable2g

func (o *AirtimeFairnessSettingVO) GetEnable2g() bool

GetEnable2g returns the Enable2g field if non-nil, zero value otherwise.

GetEnable2gOk

func (o *AirtimeFairnessSettingVO) GetEnable2gOk() (*bool, bool)

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

SetEnable2g

func (o *AirtimeFairnessSettingVO) SetEnable2g(v bool)

SetEnable2g sets Enable2g field to given value.

GetEnable5g

func (o *AirtimeFairnessSettingVO) GetEnable5g() bool

GetEnable5g returns the Enable5g field if non-nil, zero value otherwise.

GetEnable5gOk

func (o *AirtimeFairnessSettingVO) GetEnable5gOk() (*bool, bool)

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

SetEnable5g

func (o *AirtimeFairnessSettingVO) SetEnable5g(v bool)

SetEnable5g sets Enable5g field to given value.

GetEnable6g

func (o *AirtimeFairnessSettingVO) GetEnable6g() bool

GetEnable6g returns the Enable6g field if non-nil, zero value otherwise.

GetEnable6gOk

func (o *AirtimeFairnessSettingVO) GetEnable6gOk() (*bool, bool)

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

SetEnable6g

func (o *AirtimeFairnessSettingVO) SetEnable6g(v bool)

SetEnable6g sets Enable6g field to given value.

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