Skip to content

Latest commit

 

History

History
103 lines (56 loc) · 2.73 KB

ServerVariable1.md

File metadata and controls

103 lines (56 loc) · 2.73 KB

ServerVariable1

Properties

Name Type Description Notes
Enum Pointer to []string [optional]
Default string
Description Pointer to string [optional]

Methods

NewServerVariable1

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

NewServerVariable1WithDefaults

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

GetEnum

func (o *ServerVariable1) GetEnum() []string

GetEnum returns the Enum field if non-nil, zero value otherwise.

GetEnumOk

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.

SetEnum

func (o *ServerVariable1) SetEnum(v []string)

SetEnum sets Enum field to given value.

HasEnum

func (o *ServerVariable1) HasEnum() bool

HasEnum returns a boolean if a field has been set.

GetDefault

func (o *ServerVariable1) GetDefault() string

GetDefault returns the Default field if non-nil, zero value otherwise.

GetDefaultOk

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.

SetDefault

func (o *ServerVariable1) SetDefault(v string)

SetDefault sets Default field to given value.

GetDescription

func (o *ServerVariable1) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

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.

SetDescription

func (o *ServerVariable1) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *ServerVariable1) HasDescription() bool

HasDescription returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]