Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.5 KB

GetNetworkSensorAlertsProfiles200ResponseInnerConditionsInnerThresholdNoiseAmbient.md

File metadata and controls

82 lines (45 loc) · 3.5 KB

GetNetworkSensorAlertsProfiles200ResponseInnerConditionsInnerThresholdNoiseAmbient

Properties

Name Type Description Notes
Level Pointer to int32 Alerting threshold as adjusted decibels. [optional]
Quality Pointer to string Alerting threshold as a qualitative ambient noise level. [optional]

Methods

NewGetNetworkSensorAlertsProfiles200ResponseInnerConditionsInnerThresholdNoiseAmbient

func NewGetNetworkSensorAlertsProfiles200ResponseInnerConditionsInnerThresholdNoiseAmbient() *GetNetworkSensorAlertsProfiles200ResponseInnerConditionsInnerThresholdNoiseAmbient

NewGetNetworkSensorAlertsProfiles200ResponseInnerConditionsInnerThresholdNoiseAmbient instantiates a new GetNetworkSensorAlertsProfiles200ResponseInnerConditionsInnerThresholdNoiseAmbient 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

NewGetNetworkSensorAlertsProfiles200ResponseInnerConditionsInnerThresholdNoiseAmbientWithDefaults

func NewGetNetworkSensorAlertsProfiles200ResponseInnerConditionsInnerThresholdNoiseAmbientWithDefaults() *GetNetworkSensorAlertsProfiles200ResponseInnerConditionsInnerThresholdNoiseAmbient

NewGetNetworkSensorAlertsProfiles200ResponseInnerConditionsInnerThresholdNoiseAmbientWithDefaults instantiates a new GetNetworkSensorAlertsProfiles200ResponseInnerConditionsInnerThresholdNoiseAmbient 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

GetLevel

func (o *GetNetworkSensorAlertsProfiles200ResponseInnerConditionsInnerThresholdNoiseAmbient) GetLevel() int32

GetLevel returns the Level field if non-nil, zero value otherwise.

GetLevelOk

func (o *GetNetworkSensorAlertsProfiles200ResponseInnerConditionsInnerThresholdNoiseAmbient) GetLevelOk() (*int32, bool)

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

SetLevel

func (o *GetNetworkSensorAlertsProfiles200ResponseInnerConditionsInnerThresholdNoiseAmbient) SetLevel(v int32)

SetLevel sets Level field to given value.

HasLevel

func (o *GetNetworkSensorAlertsProfiles200ResponseInnerConditionsInnerThresholdNoiseAmbient) HasLevel() bool

HasLevel returns a boolean if a field has been set.

GetQuality

func (o *GetNetworkSensorAlertsProfiles200ResponseInnerConditionsInnerThresholdNoiseAmbient) GetQuality() string

GetQuality returns the Quality field if non-nil, zero value otherwise.

GetQualityOk

func (o *GetNetworkSensorAlertsProfiles200ResponseInnerConditionsInnerThresholdNoiseAmbient) GetQualityOk() (*string, bool)

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

SetQuality

func (o *GetNetworkSensorAlertsProfiles200ResponseInnerConditionsInnerThresholdNoiseAmbient) SetQuality(v string)

SetQuality sets Quality field to given value.

HasQuality

func (o *GetNetworkSensorAlertsProfiles200ResponseInnerConditionsInnerThresholdNoiseAmbient) HasQuality() bool

HasQuality returns a boolean if a field has been set.

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