Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.76 KB

VariableSourceDefinition.md

File metadata and controls

51 lines (28 loc) · 1.76 KB

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] [Back to API list] [Back to README]