Name | Type | Description | Notes |
---|---|---|---|
Value | Pointer to string | [optional] | |
Description | Pointer to NullableString | optional variable description (255 characters maximum) | [optional] |
EnableInterpolationInFile | Pointer to NullableBool | [optional] |
func NewValue() *Value
NewValue instantiates a new Value 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 NewValueWithDefaults() *Value
NewValueWithDefaults instantiates a new Value 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 *Value) GetValue() string
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *Value) 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 *Value) SetValue(v string)
SetValue sets Value field to given value.
func (o *Value) HasValue() bool
HasValue returns a boolean if a field has been set.
func (o *Value) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *Value) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Value) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *Value) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *Value) SetDescriptionNil(b bool)
SetDescriptionNil sets the value for Description to be an explicit nil
func (o *Value) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
func (o *Value) GetEnableInterpolationInFile() bool
GetEnableInterpolationInFile returns the EnableInterpolationInFile field if non-nil, zero value otherwise.
func (o *Value) GetEnableInterpolationInFileOk() (*bool, bool)
GetEnableInterpolationInFileOk returns a tuple with the EnableInterpolationInFile field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Value) SetEnableInterpolationInFile(v bool)
SetEnableInterpolationInFile sets EnableInterpolationInFile field to given value.
func (o *Value) HasEnableInterpolationInFile() bool
HasEnableInterpolationInFile returns a boolean if a field has been set.
func (o *Value) SetEnableInterpolationInFileNil(b bool)
SetEnableInterpolationInFileNil sets the value for EnableInterpolationInFile to be an explicit nil
func (o *Value) UnsetEnableInterpolationInFile()
UnsetEnableInterpolationInFile ensures that no value is present for EnableInterpolationInFile, not even an explicit nil