Name | Type | Description | Notes |
---|---|---|---|
Enum | Pointer to []string | [optional] | |
Default | string | ||
Description | Pointer to string | [optional] |
func NewServerVariable1(default_ string, ) *ServerVariable1
NewServerVariable1 instantiates a new ServerVariable1 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 NewServerVariable1WithDefaults() *ServerVariable1
NewServerVariable1WithDefaults instantiates a new ServerVariable1 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 *ServerVariable1) GetEnum() []string
GetEnum returns the Enum field if non-nil, zero value otherwise.
func (o *ServerVariable1) 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 *ServerVariable1) SetEnum(v []string)
SetEnum sets Enum field to given value.
func (o *ServerVariable1) HasEnum() bool
HasEnum returns a boolean if a field has been set.
func (o *ServerVariable1) GetDefault() string
GetDefault returns the Default field if non-nil, zero value otherwise.
func (o *ServerVariable1) 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 *ServerVariable1) SetDefault(v string)
SetDefault sets Default field to given value.
func (o *ServerVariable1) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *ServerVariable1) 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 *ServerVariable1) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *ServerVariable1) HasDescription() bool
HasDescription returns a boolean if a field has been set.