Name | Type | Description | Notes |
---|---|---|---|
CartItemFilterId | Pointer to int32 | The ID of the Application cart item filter. | [optional] |
CreatedBy | Pointer to int32 | The ID of the user who created the Application cart item filter. | [optional] |
Expression | Pointer to []interface{} | Arbitrary additional JSON data associated with the Application cart item filter. | [optional] |
func (o *NewApplicationCifExpression) GetCartItemFilterId() int32
GetCartItemFilterId returns the CartItemFilterId field if non-nil, zero value otherwise.
func (o *NewApplicationCifExpression) GetCartItemFilterIdOk() (int32, bool)
GetCartItemFilterIdOk returns a tuple with the CartItemFilterId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NewApplicationCifExpression) HasCartItemFilterId() bool
HasCartItemFilterId returns a boolean if a field has been set.
func (o *NewApplicationCifExpression) SetCartItemFilterId(v int32)
SetCartItemFilterId gets a reference to the given int32 and assigns it to the CartItemFilterId field.
func (o *NewApplicationCifExpression) GetCreatedBy() int32
GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.
func (o *NewApplicationCifExpression) GetCreatedByOk() (int32, bool)
GetCreatedByOk returns a tuple with the CreatedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NewApplicationCifExpression) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (o *NewApplicationCifExpression) SetCreatedBy(v int32)
SetCreatedBy gets a reference to the given int32 and assigns it to the CreatedBy field.
func (o *NewApplicationCifExpression) GetExpression() []interface{}
GetExpression returns the Expression field if non-nil, zero value otherwise.
func (o *NewApplicationCifExpression) GetExpressionOk() ([]interface{}, bool)
GetExpressionOk returns a tuple with the Expression field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NewApplicationCifExpression) HasExpression() bool
HasExpression returns a boolean if a field has been set.
func (o *NewApplicationCifExpression) SetExpression(v []interface{})
SetExpression gets a reference to the given []interface{} and assigns it to the Expression field.