Name | Type | Description | Notes |
---|---|---|---|
Filters | Pointer to []CatalogActionFilter | The list of filters used to select the items to patch, joined by `AND`. Note: Every item in the catalog will be removed if there are no filters. | [optional] |
func (o *RemoveManyItemsCatalogAction) GetFilters() []CatalogActionFilter
GetFilters returns the Filters field if non-nil, zero value otherwise.
func (o *RemoveManyItemsCatalogAction) GetFiltersOk() ([]CatalogActionFilter, bool)
GetFiltersOk returns a tuple with the Filters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RemoveManyItemsCatalogAction) HasFilters() bool
HasFilters returns a boolean if a field has been set.
func (o *RemoveManyItemsCatalogAction) SetFilters(v []CatalogActionFilter)
SetFilters gets a reference to the given []CatalogActionFilter and assigns it to the Filters field.