Skip to content

Latest commit

 

History

History
89 lines (48 loc) · 2.88 KB

NewApplicationCifExpression.md

File metadata and controls

89 lines (48 loc) · 2.88 KB

NewApplicationCifExpression

Properties

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]

Methods

GetCartItemFilterId

func (o *NewApplicationCifExpression) GetCartItemFilterId() int32

GetCartItemFilterId returns the CartItemFilterId field if non-nil, zero value otherwise.

GetCartItemFilterIdOk

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.

HasCartItemFilterId

func (o *NewApplicationCifExpression) HasCartItemFilterId() bool

HasCartItemFilterId returns a boolean if a field has been set.

SetCartItemFilterId

func (o *NewApplicationCifExpression) SetCartItemFilterId(v int32)

SetCartItemFilterId gets a reference to the given int32 and assigns it to the CartItemFilterId field.

GetCreatedBy

func (o *NewApplicationCifExpression) GetCreatedBy() int32

GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.

GetCreatedByOk

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.

HasCreatedBy

func (o *NewApplicationCifExpression) HasCreatedBy() bool

HasCreatedBy returns a boolean if a field has been set.

SetCreatedBy

func (o *NewApplicationCifExpression) SetCreatedBy(v int32)

SetCreatedBy gets a reference to the given int32 and assigns it to the CreatedBy field.

GetExpression

func (o *NewApplicationCifExpression) GetExpression() []interface{}

GetExpression returns the Expression field if non-nil, zero value otherwise.

GetExpressionOk

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.

HasExpression

func (o *NewApplicationCifExpression) HasExpression() bool

HasExpression returns a boolean if a field has been set.

SetExpression

func (o *NewApplicationCifExpression) SetExpression(v []interface{})

SetExpression gets a reference to the given []interface{} and assigns it to the Expression field.

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