Name | Type | Description | Notes |
---|---|---|---|
TriggerLimits | Pointer to []float64 | [optional] |
func NewSessionStateMonitor() *SessionStateMonitor
NewSessionStateMonitor instantiates a new SessionStateMonitor 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 NewSessionStateMonitorWithDefaults() *SessionStateMonitor
NewSessionStateMonitorWithDefaults instantiates a new SessionStateMonitor 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 *SessionStateMonitor) GetTriggerLimits() []float64
GetTriggerLimits returns the TriggerLimits field if non-nil, zero value otherwise.
func (o *SessionStateMonitor) GetTriggerLimitsOk() (*[]float64, bool)
GetTriggerLimitsOk returns a tuple with the TriggerLimits field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SessionStateMonitor) SetTriggerLimits(v []float64)
SetTriggerLimits sets TriggerLimits field to given value.
func (o *SessionStateMonitor) HasTriggerLimits() bool
HasTriggerLimits returns a boolean if a field has been set.
func (o *SessionStateMonitor) SetTriggerLimitsNil(b bool)
SetTriggerLimitsNil sets the value for TriggerLimits to be an explicit nil
func (o *SessionStateMonitor) UnsetTriggerLimits()
UnsetTriggerLimits ensures that no value is present for TriggerLimits, not even an explicit nil