Files
openapi-go-answer/docs/SchemaConfigFieldUIOptions.md
2023-08-22 10:37:28 +08:00

5.8 KiB

SchemaConfigFieldUIOptions

Properties

Name Type Description Notes
Action Pointer to SchemaUIOptionAction [optional]
InputType Pointer to string [optional]
Label Pointer to string [optional]
Placeholder Pointer to string [optional]
Rows Pointer to string [optional]
Text Pointer to string [optional]
Variant Pointer to string [optional]

Methods

NewSchemaConfigFieldUIOptions

func NewSchemaConfigFieldUIOptions() *SchemaConfigFieldUIOptions

NewSchemaConfigFieldUIOptions instantiates a new SchemaConfigFieldUIOptions 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

NewSchemaConfigFieldUIOptionsWithDefaults

func NewSchemaConfigFieldUIOptionsWithDefaults() *SchemaConfigFieldUIOptions

NewSchemaConfigFieldUIOptionsWithDefaults instantiates a new SchemaConfigFieldUIOptions 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

GetAction

func (o *SchemaConfigFieldUIOptions) GetAction() SchemaUIOptionAction

GetAction returns the Action field if non-nil, zero value otherwise.

GetActionOk

func (o *SchemaConfigFieldUIOptions) GetActionOk() (*SchemaUIOptionAction, bool)

GetActionOk returns a tuple with the Action field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAction

func (o *SchemaConfigFieldUIOptions) SetAction(v SchemaUIOptionAction)

SetAction sets Action field to given value.

HasAction

func (o *SchemaConfigFieldUIOptions) HasAction() bool

HasAction returns a boolean if a field has been set.

GetInputType

func (o *SchemaConfigFieldUIOptions) GetInputType() string

GetInputType returns the InputType field if non-nil, zero value otherwise.

GetInputTypeOk

func (o *SchemaConfigFieldUIOptions) GetInputTypeOk() (*string, bool)

GetInputTypeOk returns a tuple with the InputType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetInputType

func (o *SchemaConfigFieldUIOptions) SetInputType(v string)

SetInputType sets InputType field to given value.

HasInputType

func (o *SchemaConfigFieldUIOptions) HasInputType() bool

HasInputType returns a boolean if a field has been set.

GetLabel

func (o *SchemaConfigFieldUIOptions) GetLabel() string

GetLabel returns the Label field if non-nil, zero value otherwise.

GetLabelOk

func (o *SchemaConfigFieldUIOptions) 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.

SetLabel

func (o *SchemaConfigFieldUIOptions) SetLabel(v string)

SetLabel sets Label field to given value.

HasLabel

func (o *SchemaConfigFieldUIOptions) HasLabel() bool

HasLabel returns a boolean if a field has been set.

GetPlaceholder

func (o *SchemaConfigFieldUIOptions) GetPlaceholder() string

GetPlaceholder returns the Placeholder field if non-nil, zero value otherwise.

GetPlaceholderOk

func (o *SchemaConfigFieldUIOptions) 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.

SetPlaceholder

func (o *SchemaConfigFieldUIOptions) SetPlaceholder(v string)

SetPlaceholder sets Placeholder field to given value.

HasPlaceholder

func (o *SchemaConfigFieldUIOptions) HasPlaceholder() bool

HasPlaceholder returns a boolean if a field has been set.

GetRows

func (o *SchemaConfigFieldUIOptions) GetRows() string

GetRows returns the Rows field if non-nil, zero value otherwise.

GetRowsOk

func (o *SchemaConfigFieldUIOptions) GetRowsOk() (*string, bool)

GetRowsOk returns a tuple with the Rows field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRows

func (o *SchemaConfigFieldUIOptions) SetRows(v string)

SetRows sets Rows field to given value.

HasRows

func (o *SchemaConfigFieldUIOptions) HasRows() bool

HasRows returns a boolean if a field has been set.

GetText

func (o *SchemaConfigFieldUIOptions) GetText() string

GetText returns the Text field if non-nil, zero value otherwise.

GetTextOk

func (o *SchemaConfigFieldUIOptions) GetTextOk() (*string, bool)

GetTextOk returns a tuple with the Text field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetText

func (o *SchemaConfigFieldUIOptions) SetText(v string)

SetText sets Text field to given value.

HasText

func (o *SchemaConfigFieldUIOptions) HasText() bool

HasText returns a boolean if a field has been set.

GetVariant

func (o *SchemaConfigFieldUIOptions) GetVariant() string

GetVariant returns the Variant field if non-nil, zero value otherwise.

GetVariantOk

func (o *SchemaConfigFieldUIOptions) GetVariantOk() (*string, bool)

GetVariantOk returns a tuple with the Variant field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetVariant

func (o *SchemaConfigFieldUIOptions) SetVariant(v string)

SetVariant sets Variant field to given value.

HasVariant

func (o *SchemaConfigFieldUIOptions) HasVariant() bool

HasVariant returns a boolean if a field has been set.

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