Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.22 KB

File metadata and controls

160 lines (87 loc) · 4.22 KB

NewConfigurationsResponse

Properties

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]

Methods

NewNewConfigurationsResponse

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

NewNewConfigurationsResponseWithDefaults

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

GetVar10x

func (o *NewConfigurationsResponse) GetVar10x() int32

GetVar10x returns the Var10x field if non-nil, zero value otherwise.

GetVar10xOk

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.

SetVar10x

func (o *NewConfigurationsResponse) SetVar10x(v int32)

SetVar10x sets Var10x field to given value.

HasVar10x

func (o *NewConfigurationsResponse) HasVar10x() bool

HasVar10x returns a boolean if a field has been set.

GetVar1x

func (o *NewConfigurationsResponse) GetVar1x() int32

GetVar1x returns the Var1x field if non-nil, zero value otherwise.

GetVar1xOk

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.

SetVar1x

func (o *NewConfigurationsResponse) SetVar1x(v int32)

SetVar1x sets Var1x field to given value.

HasVar1x

func (o *NewConfigurationsResponse) HasVar1x() bool

HasVar1x returns a boolean if a field has been set.

GetVar2x

func (o *NewConfigurationsResponse) GetVar2x() int32

GetVar2x returns the Var2x field if non-nil, zero value otherwise.

GetVar2xOk

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.

SetVar2x

func (o *NewConfigurationsResponse) SetVar2x(v int32)

SetVar2x sets Var2x field to given value.

HasVar2x

func (o *NewConfigurationsResponse) HasVar2x() bool

HasVar2x returns a boolean if a field has been set.

GetVar4x

func (o *NewConfigurationsResponse) GetVar4x() int32

GetVar4x returns the Var4x field if non-nil, zero value otherwise.

GetVar4xOk

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.

SetVar4x

func (o *NewConfigurationsResponse) SetVar4x(v int32)

SetVar4x sets Var4x field to given value.

HasVar4x

func (o *NewConfigurationsResponse) HasVar4x() bool

HasVar4x returns a boolean if a field has been set.

GetVar8x

func (o *NewConfigurationsResponse) GetVar8x() int32

GetVar8x returns the Var8x field if non-nil, zero value otherwise.

GetVar8xOk

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.

SetVar8x

func (o *NewConfigurationsResponse) SetVar8x(v int32)

SetVar8x sets Var8x field to given value.

HasVar8x

func (o *NewConfigurationsResponse) HasVar8x() bool

HasVar8x returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]