# VariableSourceDefinition

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**VariableSourceType** | **string** | Source type of the variable values. | 

## Methods

### NewVariableSourceDefinition

`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

### NewVariableSourceDefinitionWithDefaults

`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

### GetVariableSourceType

`func (o *VariableSourceDefinition) GetVariableSourceType() string`

GetVariableSourceType returns the VariableSourceType field if non-nil, zero value otherwise.

### GetVariableSourceTypeOk

`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.

### SetVariableSourceType

`func (o *VariableSourceDefinition) SetVariableSourceType(v string)`

SetVariableSourceType sets VariableSourceType field to given value.



[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)