Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | Unique identifier for the form input. | [optional] |
Type | Pointer to string | FormDefinitionInputType value. STRING FormDefinitionInputTypeString | [optional] |
Label | Pointer to string | Name for the form input. | [optional] |
Description | Pointer to string | Form input's description. | [optional] |
func NewFormDefinitionInput() *FormDefinitionInput
NewFormDefinitionInput instantiates a new FormDefinitionInput 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 NewFormDefinitionInputWithDefaults() *FormDefinitionInput
NewFormDefinitionInputWithDefaults instantiates a new FormDefinitionInput 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 *FormDefinitionInput) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *FormDefinitionInput) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormDefinitionInput) SetId(v string)
SetId sets Id field to given value.
func (o *FormDefinitionInput) HasId() bool
HasId returns a boolean if a field has been set.
func (o *FormDefinitionInput) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *FormDefinitionInput) 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 *FormDefinitionInput) SetType(v string)
SetType sets Type field to given value.
func (o *FormDefinitionInput) HasType() bool
HasType returns a boolean if a field has been set.
func (o *FormDefinitionInput) GetLabel() string
GetLabel returns the Label field if non-nil, zero value otherwise.
func (o *FormDefinitionInput) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormDefinitionInput) SetLabel(v string)
SetLabel sets Label field to given value.
func (o *FormDefinitionInput) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (o *FormDefinitionInput) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *FormDefinitionInput) 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 *FormDefinitionInput) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *FormDefinitionInput) HasDescription() bool
HasDescription returns a boolean if a field has been set.