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 string | Text value to initialize the input 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] |
func NewContentKitTextInput(type_ string, state string, ) *ContentKitTextInput
NewContentKitTextInput instantiates a new ContentKitTextInput 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 NewContentKitTextInputWithDefaults() *ContentKitTextInput
NewContentKitTextInputWithDefaults instantiates a new ContentKitTextInput 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 *ContentKitTextInput) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *ContentKitTextInput) 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 *ContentKitTextInput) SetType(v string)
SetType sets Type field to given value.
func (o *ContentKitTextInput) GetState() string
GetState returns the State field if non-nil, zero value otherwise.
func (o *ContentKitTextInput) 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 *ContentKitTextInput) SetState(v string)
SetState sets State field to given value.
func (o *ContentKitTextInput) GetInitialValue() string
GetInitialValue returns the InitialValue field if non-nil, zero value otherwise.
func (o *ContentKitTextInput) GetInitialValueOk() (*string, 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 *ContentKitTextInput) SetInitialValue(v string)
SetInitialValue sets InitialValue field to given value.
func (o *ContentKitTextInput) HasInitialValue() bool
HasInitialValue returns a boolean if a field has been set.
func (o *ContentKitTextInput) GetPlaceholder() string
GetPlaceholder returns the Placeholder field if non-nil, zero value otherwise.
func (o *ContentKitTextInput) 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 *ContentKitTextInput) SetPlaceholder(v string)
SetPlaceholder sets Placeholder field to given value.
func (o *ContentKitTextInput) HasPlaceholder() bool
HasPlaceholder returns a boolean if a field has been set.
func (o *ContentKitTextInput) GetMultiline() bool
GetMultiline returns the Multiline field if non-nil, zero value otherwise.
func (o *ContentKitTextInput) 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 *ContentKitTextInput) SetMultiline(v bool)
SetMultiline sets Multiline field to given value.
func (o *ContentKitTextInput) HasMultiline() bool
HasMultiline returns a boolean if a field has been set.