Name | Type | Description | Notes |
---|---|---|---|
Id | string | ||
Key | string | ||
Value | Pointer to NullableString | [optional] | |
MountPath | string | ||
Scope | APIVariableScopeEnum | ||
VariableType | APIVariableTypeEnum |
func NewVariableAlias(id string, key string, mountPath string, scope APIVariableScopeEnum, variableType APIVariableTypeEnum, ) *VariableAlias
NewVariableAlias instantiates a new VariableAlias 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 NewVariableAliasWithDefaults() *VariableAlias
NewVariableAliasWithDefaults instantiates a new VariableAlias 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 *VariableAlias) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *VariableAlias) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VariableAlias) SetId(v string)
SetId sets Id field to given value.
func (o *VariableAlias) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *VariableAlias) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VariableAlias) SetKey(v string)
SetKey sets Key field to given value.
func (o *VariableAlias) GetValue() string
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *VariableAlias) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VariableAlias) SetValue(v string)
SetValue sets Value field to given value.
func (o *VariableAlias) HasValue() bool
HasValue returns a boolean if a field has been set.
func (o *VariableAlias) SetValueNil(b bool)
SetValueNil sets the value for Value to be an explicit nil
func (o *VariableAlias) UnsetValue()
UnsetValue ensures that no value is present for Value, not even an explicit nil
func (o *VariableAlias) GetMountPath() string
GetMountPath returns the MountPath field if non-nil, zero value otherwise.
func (o *VariableAlias) GetMountPathOk() (*string, bool)
GetMountPathOk returns a tuple with the MountPath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VariableAlias) SetMountPath(v string)
SetMountPath sets MountPath field to given value.
func (o *VariableAlias) GetScope() APIVariableScopeEnum
GetScope returns the Scope field if non-nil, zero value otherwise.
func (o *VariableAlias) GetScopeOk() (*APIVariableScopeEnum, bool)
GetScopeOk returns a tuple with the Scope field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VariableAlias) SetScope(v APIVariableScopeEnum)
SetScope sets Scope field to given value.
func (o *VariableAlias) GetVariableType() APIVariableTypeEnum
GetVariableType returns the VariableType field if non-nil, zero value otherwise.
func (o *VariableAlias) GetVariableTypeOk() (*APIVariableTypeEnum, bool)
GetVariableTypeOk returns a tuple with the VariableType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VariableAlias) SetVariableType(v APIVariableTypeEnum)
SetVariableType sets VariableType field to given value.