Name | Type | Description | Notes |
---|---|---|---|
VariableSourceType | string | Source type of the variable values. |
func NewVariableSourceDefinition(variableSourceType string, ) *VariableSourceDefinition
NewVariableSourceDefinition instantiates a new VariableSourceDefinition 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 NewVariableSourceDefinitionWithDefaults() *VariableSourceDefinition
NewVariableSourceDefinitionWithDefaults instantiates a new VariableSourceDefinition 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 *VariableSourceDefinition) GetVariableSourceType() string
GetVariableSourceType returns the VariableSourceType field if non-nil, zero value otherwise.
func (o *VariableSourceDefinition) GetVariableSourceTypeOk() (*string, bool)
GetVariableSourceTypeOk returns a tuple with the VariableSourceType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VariableSourceDefinition) SetVariableSourceType(v string)
SetVariableSourceType sets VariableSourceType field to given value.