| Name | Type | Description | Notes |
|---|---|---|---|
| Effects | Pointer to []map[string]interface{} | An array of effectful Talang expressions in arrays that will be evaluated when a rule matches. | [optional] |
| Condition | Pointer to []map[string]interface{} | A Talang expression that will be evaluated in the context of the given event. | [optional] |
func NewGenerateRuleTitleRule() *GenerateRuleTitleRule
NewGenerateRuleTitleRule instantiates a new GenerateRuleTitleRule 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 NewGenerateRuleTitleRuleWithDefaults() *GenerateRuleTitleRule
NewGenerateRuleTitleRuleWithDefaults instantiates a new GenerateRuleTitleRule 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 *GenerateRuleTitleRule) GetEffects() [][]interface{}
GetEffects returns the Effects field if non-nil, zero value otherwise.
func (o *GenerateRuleTitleRule) GetEffectsOk() (*[]map[string]interface{}, bool)
GetEffectsOk returns a tuple with the Effects field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GenerateRuleTitleRule) SetEffects(v [][]interface{})
SetEffects sets Effects field to given value.
func (o *GenerateRuleTitleRule) HasEffects() bool
HasEffects returns a boolean if a field has been set.
func (o *GenerateRuleTitleRule) GetCondition() []interface{}
GetCondition returns the Condition field if non-nil, zero value otherwise.
func (o *GenerateRuleTitleRule) GetConditionOk() (*[]map[string]interface{}, bool)
GetConditionOk returns a tuple with the Condition field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GenerateRuleTitleRule) SetCondition(v []interface{})
SetCondition sets Condition field to given value.
func (o *GenerateRuleTitleRule) HasCondition() bool
HasCondition returns a boolean if a field has been set.