Name | Type | Description | Notes |
---|---|---|---|
Default | Pointer to string | [optional] | |
Description | Pointer to string | [optional] | |
Enum | Pointer to []string | [optional] |
func NewServerVariable() *ServerVariable
NewServerVariable instantiates a new ServerVariable 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 NewServerVariableWithDefaults() *ServerVariable
NewServerVariableWithDefaults instantiates a new ServerVariable 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 *ServerVariable) GetDefault() string
GetDefault returns the Default field if non-nil, zero value otherwise.
func (o *ServerVariable) GetDefaultOk() (*string, bool)
GetDefaultOk returns a tuple with the Default field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServerVariable) SetDefault(v string)
SetDefault sets Default field to given value.
func (o *ServerVariable) HasDefault() bool
HasDefault returns a boolean if a field has been set.
func (o *ServerVariable) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *ServerVariable) 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 *ServerVariable) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *ServerVariable) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *ServerVariable) GetEnum() []string
GetEnum returns the Enum field if non-nil, zero value otherwise.
func (o *ServerVariable) GetEnumOk() (*[]string, bool)
GetEnumOk returns a tuple with the Enum field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServerVariable) SetEnum(v []string)
SetEnum sets Enum field to given value.
func (o *ServerVariable) HasEnum() bool
HasEnum returns a boolean if a field has been set.