Name | Type | Description | Notes |
---|---|---|---|
Conditional | string | ||
Variable | string | ||
Operator | string | ||
InputValue | Pointer to string | [optional] |
func NewRulesEngineCriteria(conditional string, variable string, operator string, ) *RulesEngineCriteria
NewRulesEngineCriteria instantiates a new RulesEngineCriteria 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 NewRulesEngineCriteriaWithDefaults() *RulesEngineCriteria
NewRulesEngineCriteriaWithDefaults instantiates a new RulesEngineCriteria 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 *RulesEngineCriteria) GetConditional() string
GetConditional returns the Conditional field if non-nil, zero value otherwise.
func (o *RulesEngineCriteria) GetConditionalOk() (*string, bool)
GetConditionalOk returns a tuple with the Conditional field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RulesEngineCriteria) SetConditional(v string)
SetConditional sets Conditional field to given value.
func (o *RulesEngineCriteria) GetVariable() string
GetVariable returns the Variable field if non-nil, zero value otherwise.
func (o *RulesEngineCriteria) GetVariableOk() (*string, bool)
GetVariableOk returns a tuple with the Variable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RulesEngineCriteria) SetVariable(v string)
SetVariable sets Variable field to given value.
func (o *RulesEngineCriteria) GetOperator() string
GetOperator returns the Operator field if non-nil, zero value otherwise.
func (o *RulesEngineCriteria) GetOperatorOk() (*string, bool)
GetOperatorOk returns a tuple with the Operator field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RulesEngineCriteria) SetOperator(v string)
SetOperator sets Operator field to given value.
func (o *RulesEngineCriteria) GetInputValue() string
GetInputValue returns the InputValue field if non-nil, zero value otherwise.
func (o *RulesEngineCriteria) GetInputValueOk() (*string, bool)
GetInputValueOk returns a tuple with the InputValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RulesEngineCriteria) SetInputValue(v string)
SetInputValue sets InputValue field to given value.
func (o *RulesEngineCriteria) HasInputValue() bool
HasInputValue returns a boolean if a field has been set.