| Name | Type | Description | Notes |
|---|---|---|---|
| Name | string | ||
| Criteria | [][]RulesEngineCriteria | ||
| Behaviors | []RulesEngineBehavior |
func NewUpdateRulesEngineRequest(name string, criteria [][]RulesEngineCriteria, behaviors []RulesEngineBehavior, ) *UpdateRulesEngineRequest
NewUpdateRulesEngineRequest instantiates a new UpdateRulesEngineRequest 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 NewUpdateRulesEngineRequestWithDefaults() *UpdateRulesEngineRequest
NewUpdateRulesEngineRequestWithDefaults instantiates a new UpdateRulesEngineRequest 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 *UpdateRulesEngineRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *UpdateRulesEngineRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateRulesEngineRequest) SetName(v string)
SetName sets Name field to given value.
func (o *UpdateRulesEngineRequest) GetCriteria() [][]RulesEngineCriteria
GetCriteria returns the Criteria field if non-nil, zero value otherwise.
func (o *UpdateRulesEngineRequest) GetCriteriaOk() (*[][]RulesEngineCriteria, bool)
GetCriteriaOk returns a tuple with the Criteria field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateRulesEngineRequest) SetCriteria(v [][]RulesEngineCriteria)
SetCriteria sets Criteria field to given value.
func (o *UpdateRulesEngineRequest) GetBehaviors() []RulesEngineBehavior
GetBehaviors returns the Behaviors field if non-nil, zero value otherwise.
func (o *UpdateRulesEngineRequest) GetBehaviorsOk() (*[]RulesEngineBehavior, bool)
GetBehaviorsOk returns a tuple with the Behaviors field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateRulesEngineRequest) SetBehaviors(v []RulesEngineBehavior)
SetBehaviors sets Behaviors field to given value.