Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.16 KB

BehaviorRuleSettingsHistoryBased.md

File metadata and controls

82 lines (45 loc) · 3.16 KB

BehaviorRuleSettingsHistoryBased

Properties

Name Type Description Notes
MaxEventsUsedForEvaluation Pointer to int32 [optional] [default to 20]
MinEventsNeededForEvaluation Pointer to int32 [optional] [default to 0]

Methods

NewBehaviorRuleSettingsHistoryBased

func NewBehaviorRuleSettingsHistoryBased() *BehaviorRuleSettingsHistoryBased

NewBehaviorRuleSettingsHistoryBased instantiates a new BehaviorRuleSettingsHistoryBased 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

NewBehaviorRuleSettingsHistoryBasedWithDefaults

func NewBehaviorRuleSettingsHistoryBasedWithDefaults() *BehaviorRuleSettingsHistoryBased

NewBehaviorRuleSettingsHistoryBasedWithDefaults instantiates a new BehaviorRuleSettingsHistoryBased 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

GetMaxEventsUsedForEvaluation

func (o *BehaviorRuleSettingsHistoryBased) GetMaxEventsUsedForEvaluation() int32

GetMaxEventsUsedForEvaluation returns the MaxEventsUsedForEvaluation field if non-nil, zero value otherwise.

GetMaxEventsUsedForEvaluationOk

func (o *BehaviorRuleSettingsHistoryBased) GetMaxEventsUsedForEvaluationOk() (*int32, bool)

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

SetMaxEventsUsedForEvaluation

func (o *BehaviorRuleSettingsHistoryBased) SetMaxEventsUsedForEvaluation(v int32)

SetMaxEventsUsedForEvaluation sets MaxEventsUsedForEvaluation field to given value.

HasMaxEventsUsedForEvaluation

func (o *BehaviorRuleSettingsHistoryBased) HasMaxEventsUsedForEvaluation() bool

HasMaxEventsUsedForEvaluation returns a boolean if a field has been set.

GetMinEventsNeededForEvaluation

func (o *BehaviorRuleSettingsHistoryBased) GetMinEventsNeededForEvaluation() int32

GetMinEventsNeededForEvaluation returns the MinEventsNeededForEvaluation field if non-nil, zero value otherwise.

GetMinEventsNeededForEvaluationOk

func (o *BehaviorRuleSettingsHistoryBased) GetMinEventsNeededForEvaluationOk() (*int32, bool)

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

SetMinEventsNeededForEvaluation

func (o *BehaviorRuleSettingsHistoryBased) SetMinEventsNeededForEvaluation(v int32)

SetMinEventsNeededForEvaluation sets MinEventsNeededForEvaluation field to given value.

HasMinEventsNeededForEvaluation

func (o *BehaviorRuleSettingsHistoryBased) HasMinEventsNeededForEvaluation() bool

HasMinEventsNeededForEvaluation returns a boolean if a field has been set.

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