Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.93 KB

BandwidthNotificationSettingOpts.md

File metadata and controls

93 lines (50 loc) · 2.93 KB

BandwidthNotificationSettingOpts

Properties

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

Methods

NewBandwidthNotificationSettingOpts

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

NewBandwidthNotificationSettingOptsWithDefaults

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

GetFrequency

func (o *BandwidthNotificationSettingOpts) GetFrequency() string

GetFrequency returns the Frequency field if non-nil, zero value otherwise.

GetFrequencyOk

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.

SetFrequency

func (o *BandwidthNotificationSettingOpts) SetFrequency(v string)

SetFrequency sets Frequency field to given value.

GetThreshold

func (o *BandwidthNotificationSettingOpts) GetThreshold() string

GetThreshold returns the Threshold field if non-nil, zero value otherwise.

GetThresholdOk

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.

SetThreshold

func (o *BandwidthNotificationSettingOpts) SetThreshold(v string)

SetThreshold sets Threshold field to given value.

GetUnit

func (o *BandwidthNotificationSettingOpts) GetUnit() string

GetUnit returns the Unit field if non-nil, zero value otherwise.

GetUnitOk

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.

SetUnit

func (o *BandwidthNotificationSettingOpts) SetUnit(v string)

SetUnit sets Unit field to given value.

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