Name | Type | Description | Notes |
---|---|---|---|
Frequency | string | Frequency for the Bandwidth Notification | |
Threshold | string | Threshold Value for the Bandwidth Notification | |
Unit | string | Unit for the Bandwidth Notification |
func NewBandwidthNotificationSettingOpts(frequency string, threshold string, unit string, ) *BandwidthNotificationSettingOpts
NewBandwidthNotificationSettingOpts instantiates a new BandwidthNotificationSettingOpts 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
func NewBandwidthNotificationSettingOptsWithDefaults() *BandwidthNotificationSettingOpts
NewBandwidthNotificationSettingOptsWithDefaults instantiates a new BandwidthNotificationSettingOpts 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 *BandwidthNotificationSettingOpts) GetFrequency() string
GetFrequency returns the Frequency field if non-nil, zero value otherwise.
func (o *BandwidthNotificationSettingOpts) GetFrequencyOk() (*string, bool)
GetFrequencyOk returns a tuple with the Frequency field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BandwidthNotificationSettingOpts) SetFrequency(v string)
SetFrequency sets Frequency field to given value.
func (o *BandwidthNotificationSettingOpts) GetThreshold() string
GetThreshold returns the Threshold field if non-nil, zero value otherwise.
func (o *BandwidthNotificationSettingOpts) GetThresholdOk() (*string, bool)
GetThresholdOk returns a tuple with the Threshold field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BandwidthNotificationSettingOpts) SetThreshold(v string)
SetThreshold sets Threshold field to given value.
func (o *BandwidthNotificationSettingOpts) GetUnit() string
GetUnit returns the Unit field if non-nil, zero value otherwise.
func (o *BandwidthNotificationSettingOpts) GetUnitOk() (*string, bool)
GetUnitOk returns a tuple with the Unit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BandwidthNotificationSettingOpts) SetUnit(v string)
SetUnit sets Unit field to given value.