Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.17 KB

GenerateItemFilterDescription.md

File metadata and controls

39 lines (20 loc) · 1.17 KB

GenerateItemFilterDescription

Properties

Name Type Description Notes
ItemFilter Pointer to [][]interface{} An array of item filter Talang expressions.

Methods

GetItemFilter

func (o *GenerateItemFilterDescription) GetItemFilter() [][]interface{}

GetItemFilter returns the ItemFilter field if non-nil, zero value otherwise.

GetItemFilterOk

func (o *GenerateItemFilterDescription) GetItemFilterOk() ([][]interface{}, bool)

GetItemFilterOk returns a tuple with the ItemFilter field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

HasItemFilter

func (o *GenerateItemFilterDescription) HasItemFilter() bool

HasItemFilter returns a boolean if a field has been set.

SetItemFilter

func (o *GenerateItemFilterDescription) SetItemFilter(v [][]interface{})

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

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