Name | Type | Description | Notes |
---|---|---|---|
Type | string | ||
State | string | State binding. The value of the input will be stored as a property in the state named after this ID. | |
InitialValue | Pointer to bool | Value to initialize the switch with. | [optional] |
Placeholder | Pointer to string | Text that appears in the form control when it has no value set | [optional] |
Multiline | Pointer to bool | [optional] | |
OnValueChange | Pointer to ContentKitAction | [optional] | |
Multiple | Pointer to bool | Should the select accept the selection of multiple options. If true, the state will be an array. | [optional] |
AcceptInput | Pointer to bool | Should the filter input be allowed to be selected as an option. | [optional] |
Options | ContentKitSelectOptions | ||
Confirm | Pointer to ContentKitConfirm | [optional] | |
Value | ContentKitCheckboxValue | ||
Style | Pointer to string | [optional] | |
OnPress | ContentKitAction | ||
Icon | Pointer to ContentKitIcon | [optional] | |
TrailingIcon | Pointer to ContentKitIcon | [optional] | |
Label | Pointer to string | [optional] | |
Tooltip | Pointer to string | [optional] | |
Disabled | Pointer to bool | [optional] |
func NewContentKitInputElement(type_ string, state string, options ContentKitSelectOptions, value ContentKitCheckboxValue, onPress ContentKitAction, ) *ContentKitInputElement
NewContentKitInputElement instantiates a new ContentKitInputElement 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 NewContentKitInputElementWithDefaults() *ContentKitInputElement
NewContentKitInputElementWithDefaults instantiates a new ContentKitInputElement 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 *ContentKitInputElement) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *ContentKitInputElement) 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 *ContentKitInputElement) SetType(v string)
SetType sets Type field to given value.
func (o *ContentKitInputElement) GetState() string
GetState returns the State field if non-nil, zero value otherwise.
func (o *ContentKitInputElement) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContentKitInputElement) SetState(v string)
SetState sets State field to given value.
func (o *ContentKitInputElement) GetInitialValue() bool
GetInitialValue returns the InitialValue field if non-nil, zero value otherwise.
func (o *ContentKitInputElement) GetInitialValueOk() (*bool, bool)
GetInitialValueOk returns a tuple with the InitialValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContentKitInputElement) SetInitialValue(v bool)
SetInitialValue sets InitialValue field to given value.
func (o *ContentKitInputElement) HasInitialValue() bool
HasInitialValue returns a boolean if a field has been set.
func (o *ContentKitInputElement) GetPlaceholder() string
GetPlaceholder returns the Placeholder field if non-nil, zero value otherwise.
func (o *ContentKitInputElement) 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 *ContentKitInputElement) SetPlaceholder(v string)
SetPlaceholder sets Placeholder field to given value.
func (o *ContentKitInputElement) HasPlaceholder() bool
HasPlaceholder returns a boolean if a field has been set.
func (o *ContentKitInputElement) GetMultiline() bool
GetMultiline returns the Multiline field if non-nil, zero value otherwise.
func (o *ContentKitInputElement) GetMultilineOk() (*bool, bool)
GetMultilineOk returns a tuple with the Multiline field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContentKitInputElement) SetMultiline(v bool)
SetMultiline sets Multiline field to given value.
func (o *ContentKitInputElement) HasMultiline() bool
HasMultiline returns a boolean if a field has been set.
func (o *ContentKitInputElement) GetOnValueChange() ContentKitAction
GetOnValueChange returns the OnValueChange field if non-nil, zero value otherwise.
func (o *ContentKitInputElement) GetOnValueChangeOk() (*ContentKitAction, bool)
GetOnValueChangeOk returns a tuple with the OnValueChange field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContentKitInputElement) SetOnValueChange(v ContentKitAction)
SetOnValueChange sets OnValueChange field to given value.
func (o *ContentKitInputElement) HasOnValueChange() bool
HasOnValueChange returns a boolean if a field has been set.
func (o *ContentKitInputElement) GetMultiple() bool
GetMultiple returns the Multiple field if non-nil, zero value otherwise.
func (o *ContentKitInputElement) GetMultipleOk() (*bool, bool)
GetMultipleOk returns a tuple with the Multiple field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContentKitInputElement) SetMultiple(v bool)
SetMultiple sets Multiple field to given value.
func (o *ContentKitInputElement) HasMultiple() bool
HasMultiple returns a boolean if a field has been set.
func (o *ContentKitInputElement) GetAcceptInput() bool
GetAcceptInput returns the AcceptInput field if non-nil, zero value otherwise.
func (o *ContentKitInputElement) GetAcceptInputOk() (*bool, bool)
GetAcceptInputOk returns a tuple with the AcceptInput field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContentKitInputElement) SetAcceptInput(v bool)
SetAcceptInput sets AcceptInput field to given value.
func (o *ContentKitInputElement) HasAcceptInput() bool
HasAcceptInput returns a boolean if a field has been set.
func (o *ContentKitInputElement) GetOptions() ContentKitSelectOptions
GetOptions returns the Options field if non-nil, zero value otherwise.
func (o *ContentKitInputElement) GetOptionsOk() (*ContentKitSelectOptions, bool)
GetOptionsOk returns a tuple with the Options field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContentKitInputElement) SetOptions(v ContentKitSelectOptions)
SetOptions sets Options field to given value.
func (o *ContentKitInputElement) GetConfirm() ContentKitConfirm
GetConfirm returns the Confirm field if non-nil, zero value otherwise.
func (o *ContentKitInputElement) GetConfirmOk() (*ContentKitConfirm, bool)
GetConfirmOk returns a tuple with the Confirm field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContentKitInputElement) SetConfirm(v ContentKitConfirm)
SetConfirm sets Confirm field to given value.
func (o *ContentKitInputElement) HasConfirm() bool
HasConfirm returns a boolean if a field has been set.
func (o *ContentKitInputElement) GetValue() ContentKitCheckboxValue
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *ContentKitInputElement) GetValueOk() (*ContentKitCheckboxValue, bool)
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContentKitInputElement) SetValue(v ContentKitCheckboxValue)
SetValue sets Value field to given value.
func (o *ContentKitInputElement) GetStyle() string
GetStyle returns the Style field if non-nil, zero value otherwise.
func (o *ContentKitInputElement) GetStyleOk() (*string, bool)
GetStyleOk returns a tuple with the Style field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContentKitInputElement) SetStyle(v string)
SetStyle sets Style field to given value.
func (o *ContentKitInputElement) HasStyle() bool
HasStyle returns a boolean if a field has been set.
func (o *ContentKitInputElement) GetOnPress() ContentKitAction
GetOnPress returns the OnPress field if non-nil, zero value otherwise.
func (o *ContentKitInputElement) GetOnPressOk() (*ContentKitAction, bool)
GetOnPressOk returns a tuple with the OnPress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContentKitInputElement) SetOnPress(v ContentKitAction)
SetOnPress sets OnPress field to given value.
func (o *ContentKitInputElement) GetIcon() ContentKitIcon
GetIcon returns the Icon field if non-nil, zero value otherwise.
func (o *ContentKitInputElement) GetIconOk() (*ContentKitIcon, bool)
GetIconOk returns a tuple with the Icon field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContentKitInputElement) SetIcon(v ContentKitIcon)
SetIcon sets Icon field to given value.
func (o *ContentKitInputElement) HasIcon() bool
HasIcon returns a boolean if a field has been set.
func (o *ContentKitInputElement) GetTrailingIcon() ContentKitIcon
GetTrailingIcon returns the TrailingIcon field if non-nil, zero value otherwise.
func (o *ContentKitInputElement) GetTrailingIconOk() (*ContentKitIcon, bool)
GetTrailingIconOk returns a tuple with the TrailingIcon field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContentKitInputElement) SetTrailingIcon(v ContentKitIcon)
SetTrailingIcon sets TrailingIcon field to given value.
func (o *ContentKitInputElement) HasTrailingIcon() bool
HasTrailingIcon returns a boolean if a field has been set.
func (o *ContentKitInputElement) GetLabel() string
GetLabel returns the Label field if non-nil, zero value otherwise.
func (o *ContentKitInputElement) 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 *ContentKitInputElement) SetLabel(v string)
SetLabel sets Label field to given value.
func (o *ContentKitInputElement) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (o *ContentKitInputElement) GetTooltip() string
GetTooltip returns the Tooltip field if non-nil, zero value otherwise.
func (o *ContentKitInputElement) GetTooltipOk() (*string, bool)
GetTooltipOk returns a tuple with the Tooltip field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContentKitInputElement) SetTooltip(v string)
SetTooltip sets Tooltip field to given value.
func (o *ContentKitInputElement) HasTooltip() bool
HasTooltip returns a boolean if a field has been set.
func (o *ContentKitInputElement) GetDisabled() bool
GetDisabled returns the Disabled field if non-nil, zero value otherwise.
func (o *ContentKitInputElement) GetDisabledOk() (*bool, bool)
GetDisabledOk returns a tuple with the Disabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContentKitInputElement) SetDisabled(v bool)
SetDisabled sets Disabled field to given value.
func (o *ContentKitInputElement) HasDisabled() bool
HasDisabled returns a boolean if a field has been set.