Name | Type | Description | Notes |
---|---|---|---|
TotalVariablesToImport | float32 | ||
SuccessfulImportedVariables | []VariableImportSuccessfulImportedVariablesInner |
func NewVariableImport(totalVariablesToImport float32, successfulImportedVariables []VariableImportSuccessfulImportedVariablesInner, ) *VariableImport
NewVariableImport instantiates a new VariableImport 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 NewVariableImportWithDefaults() *VariableImport
NewVariableImportWithDefaults instantiates a new VariableImport 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 *VariableImport) GetTotalVariablesToImport() float32
GetTotalVariablesToImport returns the TotalVariablesToImport field if non-nil, zero value otherwise.
func (o *VariableImport) GetTotalVariablesToImportOk() (*float32, bool)
GetTotalVariablesToImportOk returns a tuple with the TotalVariablesToImport field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VariableImport) SetTotalVariablesToImport(v float32)
SetTotalVariablesToImport sets TotalVariablesToImport field to given value.
func (o *VariableImport) GetSuccessfulImportedVariables() []VariableImportSuccessfulImportedVariablesInner
GetSuccessfulImportedVariables returns the SuccessfulImportedVariables field if non-nil, zero value otherwise.
func (o *VariableImport) GetSuccessfulImportedVariablesOk() (*[]VariableImportSuccessfulImportedVariablesInner, bool)
GetSuccessfulImportedVariablesOk returns a tuple with the SuccessfulImportedVariables field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VariableImport) SetSuccessfulImportedVariables(v []VariableImportSuccessfulImportedVariablesInner)
SetSuccessfulImportedVariables sets SuccessfulImportedVariables field to given value.