Name | Type | Description | Notes |
---|---|---|---|
IntMinimum | Pointer to int32 | minimum int value, can be a single if ignore_int_max and no ignore_int_min | [optional] |
IntMaximum | Pointer to int32 | maximum int value, if not ignore_int_max and not ignore_int_min, the effect has a range value | [optional] |
Type | Pointer to EffectType | [optional] | |
IgnoreIntMin | Pointer to bool | ignore the int min field because the actual value is a string. For readability the templated field is the only important field in this case. | [optional] |
IgnoreIntMax | Pointer to bool | ignore the int max field, if ignore_int_min is true, int min is a single value | [optional] |
Formatted | Pointer to string | all fields from above encoded in a single string | [optional] |
func NewEffect() *Effect
NewEffect instantiates a new Effect 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 NewEffectWithDefaults() *Effect
NewEffectWithDefaults instantiates a new Effect 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 *Effect) GetIntMinimum() int32
GetIntMinimum returns the IntMinimum field if non-nil, zero value otherwise.
func (o *Effect) GetIntMinimumOk() (*int32, bool)
GetIntMinimumOk returns a tuple with the IntMinimum field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Effect) SetIntMinimum(v int32)
SetIntMinimum sets IntMinimum field to given value.
func (o *Effect) HasIntMinimum() bool
HasIntMinimum returns a boolean if a field has been set.
func (o *Effect) GetIntMaximum() int32
GetIntMaximum returns the IntMaximum field if non-nil, zero value otherwise.
func (o *Effect) GetIntMaximumOk() (*int32, bool)
GetIntMaximumOk returns a tuple with the IntMaximum field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Effect) SetIntMaximum(v int32)
SetIntMaximum sets IntMaximum field to given value.
func (o *Effect) HasIntMaximum() bool
HasIntMaximum returns a boolean if a field has been set.
func (o *Effect) GetType() EffectType
GetType returns the Type field if non-nil, zero value otherwise.
func (o *Effect) GetTypeOk() (*EffectType, 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 *Effect) SetType(v EffectType)
SetType sets Type field to given value.
func (o *Effect) HasType() bool
HasType returns a boolean if a field has been set.
func (o *Effect) GetIgnoreIntMin() bool
GetIgnoreIntMin returns the IgnoreIntMin field if non-nil, zero value otherwise.
func (o *Effect) GetIgnoreIntMinOk() (*bool, bool)
GetIgnoreIntMinOk returns a tuple with the IgnoreIntMin field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Effect) SetIgnoreIntMin(v bool)
SetIgnoreIntMin sets IgnoreIntMin field to given value.
func (o *Effect) HasIgnoreIntMin() bool
HasIgnoreIntMin returns a boolean if a field has been set.
func (o *Effect) GetIgnoreIntMax() bool
GetIgnoreIntMax returns the IgnoreIntMax field if non-nil, zero value otherwise.
func (o *Effect) GetIgnoreIntMaxOk() (*bool, bool)
GetIgnoreIntMaxOk returns a tuple with the IgnoreIntMax field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Effect) SetIgnoreIntMax(v bool)
SetIgnoreIntMax sets IgnoreIntMax field to given value.
func (o *Effect) HasIgnoreIntMax() bool
HasIgnoreIntMax returns a boolean if a field has been set.
func (o *Effect) GetFormatted() string
GetFormatted returns the Formatted field if non-nil, zero value otherwise.
func (o *Effect) GetFormattedOk() (*string, bool)
GetFormattedOk returns a tuple with the Formatted field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Effect) SetFormatted(v string)
SetFormatted sets Formatted field to given value.
func (o *Effect) HasFormatted() bool
HasFormatted returns a boolean if a field has been set.