Name | Type | Description | Notes |
---|---|---|---|
Name | Pointer to string | [optional] | |
Type | Pointer to string | [optional] | |
Value | Pointer to map[string]interface{} | [optional] |
func NewNotEqualsFilter1() *NotEqualsFilter1
NewNotEqualsFilter1 instantiates a new NotEqualsFilter1 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 NewNotEqualsFilter1WithDefaults() *NotEqualsFilter1
NewNotEqualsFilter1WithDefaults instantiates a new NotEqualsFilter1 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 *NotEqualsFilter1) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *NotEqualsFilter1) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotEqualsFilter1) SetName(v string)
SetName sets Name field to given value.
func (o *NotEqualsFilter1) HasName() bool
HasName returns a boolean if a field has been set.
func (o *NotEqualsFilter1) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *NotEqualsFilter1) 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 *NotEqualsFilter1) SetType(v string)
SetType sets Type field to given value.
func (o *NotEqualsFilter1) HasType() bool
HasType returns a boolean if a field has been set.
func (o *NotEqualsFilter1) GetValue() map[string]interface{}
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *NotEqualsFilter1) GetValueOk() (*map[string]interface{}, bool)
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotEqualsFilter1) SetValue(v map[string]interface{})
SetValue sets Value field to given value.
func (o *NotEqualsFilter1) HasValue() bool
HasValue returns a boolean if a field has been set.