| Name | Type | Description | Notes |
|---|---|---|---|
| Var10x | Pointer to int32 | [optional] | |
| Var1x | Pointer to int32 | [optional] | |
| Var2x | Pointer to int32 | [optional] | |
| Var4x | Pointer to int32 | [optional] | |
| Var8x | Pointer to int32 | [optional] |
func NewNewConfigurationsResponse() *NewConfigurationsResponse
NewNewConfigurationsResponse instantiates a new NewConfigurationsResponse 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 NewNewConfigurationsResponseWithDefaults() *NewConfigurationsResponse
NewNewConfigurationsResponseWithDefaults instantiates a new NewConfigurationsResponse 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 *NewConfigurationsResponse) GetVar10x() int32
GetVar10x returns the Var10x field if non-nil, zero value otherwise.
func (o *NewConfigurationsResponse) GetVar10xOk() (*int32, bool)
GetVar10xOk returns a tuple with the Var10x field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NewConfigurationsResponse) SetVar10x(v int32)
SetVar10x sets Var10x field to given value.
func (o *NewConfigurationsResponse) HasVar10x() bool
HasVar10x returns a boolean if a field has been set.
func (o *NewConfigurationsResponse) GetVar1x() int32
GetVar1x returns the Var1x field if non-nil, zero value otherwise.
func (o *NewConfigurationsResponse) GetVar1xOk() (*int32, bool)
GetVar1xOk returns a tuple with the Var1x field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NewConfigurationsResponse) SetVar1x(v int32)
SetVar1x sets Var1x field to given value.
func (o *NewConfigurationsResponse) HasVar1x() bool
HasVar1x returns a boolean if a field has been set.
func (o *NewConfigurationsResponse) GetVar2x() int32
GetVar2x returns the Var2x field if non-nil, zero value otherwise.
func (o *NewConfigurationsResponse) GetVar2xOk() (*int32, bool)
GetVar2xOk returns a tuple with the Var2x field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NewConfigurationsResponse) SetVar2x(v int32)
SetVar2x sets Var2x field to given value.
func (o *NewConfigurationsResponse) HasVar2x() bool
HasVar2x returns a boolean if a field has been set.
func (o *NewConfigurationsResponse) GetVar4x() int32
GetVar4x returns the Var4x field if non-nil, zero value otherwise.
func (o *NewConfigurationsResponse) GetVar4xOk() (*int32, bool)
GetVar4xOk returns a tuple with the Var4x field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NewConfigurationsResponse) SetVar4x(v int32)
SetVar4x sets Var4x field to given value.
func (o *NewConfigurationsResponse) HasVar4x() bool
HasVar4x returns a boolean if a field has been set.
func (o *NewConfigurationsResponse) GetVar8x() int32
GetVar8x returns the Var8x field if non-nil, zero value otherwise.
func (o *NewConfigurationsResponse) GetVar8xOk() (*int32, bool)
GetVar8xOk returns a tuple with the Var8x field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NewConfigurationsResponse) SetVar8x(v int32)
SetVar8x sets Var8x field to given value.
func (o *NewConfigurationsResponse) HasVar8x() bool
HasVar8x returns a boolean if a field has been set.