| Name | Type | Description | Notes |
|---|---|---|---|
| Key | Pointer to string | [optional] | |
| Name | Pointer to string | [optional] | |
| Type | Pointer to string | [optional] | |
| Description | Pointer to string | [optional] | |
| Placeholder | Pointer to string | [optional] | |
| IsOptional | Pointer to bool | [optional] | |
| DefaultValue | Pointer to interface{} | [optional] | |
| AllowedValues | Pointer to []string | [optional] | |
| DynamicOptions | Pointer to DynamicOptions | [optional] |
func NewFormVariable() *FormVariable
NewFormVariable instantiates a new FormVariable 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 NewFormVariableWithDefaults() *FormVariable
NewFormVariableWithDefaults instantiates a new FormVariable 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 *FormVariable) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *FormVariable) 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 *FormVariable) SetKey(v string)
SetKey sets Key field to given value.
func (o *FormVariable) HasKey() bool
HasKey returns a boolean if a field has been set.
func (o *FormVariable) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *FormVariable) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormVariable) SetName(v string)
SetName sets Name field to given value.
func (o *FormVariable) HasName() bool
HasName returns a boolean if a field has been set.
func (o *FormVariable) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *FormVariable) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormVariable) SetType(v string)
SetType sets Type field to given value.
func (o *FormVariable) HasType() bool
HasType returns a boolean if a field has been set.
func (o *FormVariable) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *FormVariable) 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 *FormVariable) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *FormVariable) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *FormVariable) GetPlaceholder() string
GetPlaceholder returns the Placeholder field if non-nil, zero value otherwise.
func (o *FormVariable) GetPlaceholderOk() (*string, bool)
GetPlaceholderOk returns a tuple with the Placeholder field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormVariable) SetPlaceholder(v string)
SetPlaceholder sets Placeholder field to given value.
func (o *FormVariable) HasPlaceholder() bool
HasPlaceholder returns a boolean if a field has been set.
func (o *FormVariable) GetIsOptional() bool
GetIsOptional returns the IsOptional field if non-nil, zero value otherwise.
func (o *FormVariable) GetIsOptionalOk() (*bool, bool)
GetIsOptionalOk returns a tuple with the IsOptional field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormVariable) SetIsOptional(v bool)
SetIsOptional sets IsOptional field to given value.
func (o *FormVariable) HasIsOptional() bool
HasIsOptional returns a boolean if a field has been set.
func (o *FormVariable) GetDefaultValue() interface{}
GetDefaultValue returns the DefaultValue field if non-nil, zero value otherwise.
func (o *FormVariable) GetDefaultValueOk() (*interface{}, bool)
GetDefaultValueOk returns a tuple with the DefaultValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormVariable) SetDefaultValue(v interface{})
SetDefaultValue sets DefaultValue field to given value.
func (o *FormVariable) HasDefaultValue() bool
HasDefaultValue returns a boolean if a field has been set.
func (o *FormVariable) SetDefaultValueNil(b bool)
SetDefaultValueNil sets the value for DefaultValue to be an explicit nil
func (o *FormVariable) UnsetDefaultValue()
UnsetDefaultValue ensures that no value is present for DefaultValue, not even an explicit nil
func (o *FormVariable) GetAllowedValues() []string
GetAllowedValues returns the AllowedValues field if non-nil, zero value otherwise.
func (o *FormVariable) GetAllowedValuesOk() (*[]string, bool)
GetAllowedValuesOk returns a tuple with the AllowedValues field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormVariable) SetAllowedValues(v []string)
SetAllowedValues sets AllowedValues field to given value.
func (o *FormVariable) HasAllowedValues() bool
HasAllowedValues returns a boolean if a field has been set.
func (o *FormVariable) GetDynamicOptions() DynamicOptions
GetDynamicOptions returns the DynamicOptions field if non-nil, zero value otherwise.
func (o *FormVariable) GetDynamicOptionsOk() (*DynamicOptions, bool)
GetDynamicOptionsOk returns a tuple with the DynamicOptions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormVariable) SetDynamicOptions(v DynamicOptions)
SetDynamicOptions sets DynamicOptions field to given value.
func (o *FormVariable) HasDynamicOptions() bool
HasDynamicOptions returns a boolean if a field has been set.