| Name | Type | Description | Notes |
|---|---|---|---|
| Name | Pointer to string | [optional] | |
| Criteria | Pointer to [][]RulesEngineCriteria | [optional] | |
| Behaviors | Pointer to []RulesEngineBehavior | [optional] |
func NewPatchRulesEngineRequest() *PatchRulesEngineRequest
NewPatchRulesEngineRequest instantiates a new PatchRulesEngineRequest 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 NewPatchRulesEngineRequestWithDefaults() *PatchRulesEngineRequest
NewPatchRulesEngineRequestWithDefaults instantiates a new PatchRulesEngineRequest 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 *PatchRulesEngineRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *PatchRulesEngineRequest) 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 *PatchRulesEngineRequest) SetName(v string)
SetName sets Name field to given value.
func (o *PatchRulesEngineRequest) HasName() bool
HasName returns a boolean if a field has been set.
func (o *PatchRulesEngineRequest) GetCriteria() [][]RulesEngineCriteria
GetCriteria returns the Criteria field if non-nil, zero value otherwise.
func (o *PatchRulesEngineRequest) 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 *PatchRulesEngineRequest) SetCriteria(v [][]RulesEngineCriteria)
SetCriteria sets Criteria field to given value.
func (o *PatchRulesEngineRequest) HasCriteria() bool
HasCriteria returns a boolean if a field has been set.
func (o *PatchRulesEngineRequest) GetBehaviors() []RulesEngineBehavior
GetBehaviors returns the Behaviors field if non-nil, zero value otherwise.
func (o *PatchRulesEngineRequest) 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 *PatchRulesEngineRequest) SetBehaviors(v []RulesEngineBehavior)
SetBehaviors sets Behaviors field to given value.
func (o *PatchRulesEngineRequest) HasBehaviors() bool
HasBehaviors returns a boolean if a field has been set.