Skip to content

Latest commit

 

History

History
135 lines (72 loc) · 3.95 KB

File metadata and controls

135 lines (72 loc) · 3.95 KB

AIConfigTargetingEnvironmentRuleClause

Properties

Name Type Description Notes
Attribute string
Id string
Negate bool
Op string
Values []interface{}

Methods

NewAIConfigTargetingEnvironmentRuleClause

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

NewAIConfigTargetingEnvironmentRuleClauseWithDefaults

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

GetAttribute

func (o *AIConfigTargetingEnvironmentRuleClause) GetAttribute() string

GetAttribute returns the Attribute field if non-nil, zero value otherwise.

GetAttributeOk

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.

SetAttribute

func (o *AIConfigTargetingEnvironmentRuleClause) SetAttribute(v string)

SetAttribute sets Attribute field to given value.

GetId

func (o *AIConfigTargetingEnvironmentRuleClause) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *AIConfigTargetingEnvironmentRuleClause) SetId(v string)

SetId sets Id field to given value.

GetNegate

func (o *AIConfigTargetingEnvironmentRuleClause) GetNegate() bool

GetNegate returns the Negate field if non-nil, zero value otherwise.

GetNegateOk

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.

SetNegate

func (o *AIConfigTargetingEnvironmentRuleClause) SetNegate(v bool)

SetNegate sets Negate field to given value.

GetOp

func (o *AIConfigTargetingEnvironmentRuleClause) GetOp() string

GetOp returns the Op field if non-nil, zero value otherwise.

GetOpOk

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.

SetOp

func (o *AIConfigTargetingEnvironmentRuleClause) SetOp(v string)

SetOp sets Op field to given value.

GetValues

func (o *AIConfigTargetingEnvironmentRuleClause) GetValues() []interface{}

GetValues returns the Values field if non-nil, zero value otherwise.

GetValuesOk

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.

SetValues

func (o *AIConfigTargetingEnvironmentRuleClause) SetValues(v []interface{})

SetValues sets Values field to given value.

[Back to Model list] [Back to API list] [Back to README]