Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.68 KB

VariableImport.md

File metadata and controls

72 lines (39 loc) · 2.68 KB

VariableImport

Properties

Name Type Description Notes
TotalVariablesToImport float32
SuccessfulImportedVariables []VariableImportSuccessfulImportedVariablesInner

Methods

NewVariableImport

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

NewVariableImportWithDefaults

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

GetTotalVariablesToImport

func (o *VariableImport) GetTotalVariablesToImport() float32

GetTotalVariablesToImport returns the TotalVariablesToImport field if non-nil, zero value otherwise.

GetTotalVariablesToImportOk

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.

SetTotalVariablesToImport

func (o *VariableImport) SetTotalVariablesToImport(v float32)

SetTotalVariablesToImport sets TotalVariablesToImport field to given value.

GetSuccessfulImportedVariables

func (o *VariableImport) GetSuccessfulImportedVariables() []VariableImportSuccessfulImportedVariablesInner

GetSuccessfulImportedVariables returns the SuccessfulImportedVariables field if non-nil, zero value otherwise.

GetSuccessfulImportedVariablesOk

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.

SetSuccessfulImportedVariables

func (o *VariableImport) SetSuccessfulImportedVariables(v []VariableImportSuccessfulImportedVariablesInner)

SetSuccessfulImportedVariables sets SuccessfulImportedVariables field to given value.

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