Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | [optional] | |
Type | Pointer to NullableString | [optional] | |
Label | Pointer to NullableString | [optional] | |
Filters | Pointer to []map[string]interface{} | [optional] |
func NewCustomFilterResource() *CustomFilterResource
NewCustomFilterResource instantiates a new CustomFilterResource 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
func NewCustomFilterResourceWithDefaults() *CustomFilterResource
NewCustomFilterResourceWithDefaults instantiates a new CustomFilterResource 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
func (o *CustomFilterResource) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *CustomFilterResource) GetIdOk() (*int32, 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.
func (o *CustomFilterResource) SetId(v int32)
SetId sets Id field to given value.
func (o *CustomFilterResource) HasId() bool
HasId returns a boolean if a field has been set.
func (o *CustomFilterResource) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *CustomFilterResource) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomFilterResource) SetType(v string)
SetType sets Type field to given value.
func (o *CustomFilterResource) HasType() bool
HasType returns a boolean if a field has been set.
func (o *CustomFilterResource) SetTypeNil(b bool)
SetTypeNil sets the value for Type to be an explicit nil
func (o *CustomFilterResource) UnsetType()
UnsetType ensures that no value is present for Type, not even an explicit nil
func (o *CustomFilterResource) GetLabel() string
GetLabel returns the Label field if non-nil, zero value otherwise.
func (o *CustomFilterResource) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomFilterResource) SetLabel(v string)
SetLabel sets Label field to given value.
func (o *CustomFilterResource) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (o *CustomFilterResource) SetLabelNil(b bool)
SetLabelNil sets the value for Label to be an explicit nil
func (o *CustomFilterResource) UnsetLabel()
UnsetLabel ensures that no value is present for Label, not even an explicit nil
func (o *CustomFilterResource) GetFilters() []map[string]interface{}
GetFilters returns the Filters field if non-nil, zero value otherwise.
func (o *CustomFilterResource) GetFiltersOk() (*[]map[string]interface{}, 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 *CustomFilterResource) SetFilters(v []map[string]interface{})
SetFilters sets Filters field to given value.
func (o *CustomFilterResource) HasFilters() bool
HasFilters returns a boolean if a field has been set.
func (o *CustomFilterResource) SetFiltersNil(b bool)
SetFiltersNil sets the value for Filters to be an explicit nil
func (o *CustomFilterResource) UnsetFilters()
UnsetFilters ensures that no value is present for Filters, not even an explicit nil