| Name | Type | Description | Notes |
|---|---|---|---|
| Attribute | string | ||
| Id | string | ||
| Negate | bool | ||
| Op | string | ||
| Values | []interface{} |
func NewAIConfigTargetingEnvironmentRuleClause(attribute string, id string, negate bool, op string, values []interface{}, ) *AIConfigTargetingEnvironmentRuleClause
NewAIConfigTargetingEnvironmentRuleClause instantiates a new AIConfigTargetingEnvironmentRuleClause 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 NewAIConfigTargetingEnvironmentRuleClauseWithDefaults() *AIConfigTargetingEnvironmentRuleClause
NewAIConfigTargetingEnvironmentRuleClauseWithDefaults instantiates a new AIConfigTargetingEnvironmentRuleClause 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 *AIConfigTargetingEnvironmentRuleClause) GetAttribute() string
GetAttribute returns the Attribute field if non-nil, zero value otherwise.
func (o *AIConfigTargetingEnvironmentRuleClause) GetAttributeOk() (*string, bool)
GetAttributeOk returns a tuple with the Attribute field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AIConfigTargetingEnvironmentRuleClause) SetAttribute(v string)
SetAttribute sets Attribute field to given value.
func (o *AIConfigTargetingEnvironmentRuleClause) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *AIConfigTargetingEnvironmentRuleClause) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AIConfigTargetingEnvironmentRuleClause) SetId(v string)
SetId sets Id field to given value.
func (o *AIConfigTargetingEnvironmentRuleClause) GetNegate() bool
GetNegate returns the Negate field if non-nil, zero value otherwise.
func (o *AIConfigTargetingEnvironmentRuleClause) GetNegateOk() (*bool, bool)
GetNegateOk returns a tuple with the Negate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AIConfigTargetingEnvironmentRuleClause) SetNegate(v bool)
SetNegate sets Negate field to given value.
func (o *AIConfigTargetingEnvironmentRuleClause) GetOp() string
GetOp returns the Op field if non-nil, zero value otherwise.
func (o *AIConfigTargetingEnvironmentRuleClause) GetOpOk() (*string, bool)
GetOpOk returns a tuple with the Op field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AIConfigTargetingEnvironmentRuleClause) SetOp(v string)
SetOp sets Op field to given value.
func (o *AIConfigTargetingEnvironmentRuleClause) GetValues() []interface{}
GetValues returns the Values field if non-nil, zero value otherwise.
func (o *AIConfigTargetingEnvironmentRuleClause) GetValuesOk() (*[]interface{}, bool)
GetValuesOk returns a tuple with the Values field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AIConfigTargetingEnvironmentRuleClause) SetValues(v []interface{})
SetValues sets Values field to given value.