Name | Type | Description | Notes |
---|---|---|---|
Source | ApiVariableSourceType | ||
Property | Pointer to string | [optional] | |
Name | Pointer to string | [optional] | |
Arguments | Pointer to []ApiVariableDefinition | [optional] |
func NewApiVariableDefinition(source ApiVariableSourceType, ) *ApiVariableDefinition
NewApiVariableDefinition instantiates a new ApiVariableDefinition 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 NewApiVariableDefinitionWithDefaults() *ApiVariableDefinition
NewApiVariableDefinitionWithDefaults instantiates a new ApiVariableDefinition 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 *ApiVariableDefinition) GetSource() ApiVariableSourceType
GetSource returns the Source field if non-nil, zero value otherwise.
func (o *ApiVariableDefinition) GetSourceOk() (*ApiVariableSourceType, bool)
GetSourceOk returns a tuple with the Source field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiVariableDefinition) SetSource(v ApiVariableSourceType)
SetSource sets Source field to given value.
func (o *ApiVariableDefinition) GetProperty() string
GetProperty returns the Property field if non-nil, zero value otherwise.
func (o *ApiVariableDefinition) GetPropertyOk() (*string, bool)
GetPropertyOk returns a tuple with the Property field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiVariableDefinition) SetProperty(v string)
SetProperty sets Property field to given value.
func (o *ApiVariableDefinition) HasProperty() bool
HasProperty returns a boolean if a field has been set.
func (o *ApiVariableDefinition) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ApiVariableDefinition) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiVariableDefinition) SetName(v string)
SetName sets Name field to given value.
func (o *ApiVariableDefinition) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ApiVariableDefinition) GetArguments() []ApiVariableDefinition
GetArguments returns the Arguments field if non-nil, zero value otherwise.
func (o *ApiVariableDefinition) GetArgumentsOk() (*[]ApiVariableDefinition, bool)
GetArgumentsOk returns a tuple with the Arguments field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiVariableDefinition) SetArguments(v []ApiVariableDefinition)
SetArguments sets Arguments field to given value.
func (o *ApiVariableDefinition) HasArguments() bool
HasArguments returns a boolean if a field has been set.