Name | Type | Description | Notes |
---|---|---|---|
Action | string | Action should be used as the form action URL `<form action="{{ .Action }}" method="post">`. | |
Messages | Pointer to []UiText | [optional] | |
Method | string | Method is the form method (e.g. POST) | |
Nodes | []UiNode |
func NewSettingsProfileFormConfig(action string, method string, nodes []UiNode, ) *SettingsProfileFormConfig
NewSettingsProfileFormConfig instantiates a new SettingsProfileFormConfig 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 NewSettingsProfileFormConfigWithDefaults() *SettingsProfileFormConfig
NewSettingsProfileFormConfigWithDefaults instantiates a new SettingsProfileFormConfig 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 *SettingsProfileFormConfig) GetAction() string
GetAction returns the Action field if non-nil, zero value otherwise.
func (o *SettingsProfileFormConfig) GetActionOk() (*string, 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.
func (o *SettingsProfileFormConfig) SetAction(v string)
SetAction sets Action field to given value.
func (o *SettingsProfileFormConfig) GetMessages() []UiText
GetMessages returns the Messages field if non-nil, zero value otherwise.
func (o *SettingsProfileFormConfig) GetMessagesOk() (*[]UiText, bool)
GetMessagesOk returns a tuple with the Messages field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SettingsProfileFormConfig) SetMessages(v []UiText)
SetMessages sets Messages field to given value.
func (o *SettingsProfileFormConfig) HasMessages() bool
HasMessages returns a boolean if a field has been set.
func (o *SettingsProfileFormConfig) GetMethod() string
GetMethod returns the Method field if non-nil, zero value otherwise.
func (o *SettingsProfileFormConfig) GetMethodOk() (*string, bool)
GetMethodOk returns a tuple with the Method field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SettingsProfileFormConfig) SetMethod(v string)
SetMethod sets Method field to given value.
func (o *SettingsProfileFormConfig) GetNodes() []UiNode
GetNodes returns the Nodes field if non-nil, zero value otherwise.
func (o *SettingsProfileFormConfig) GetNodesOk() (*[]UiNode, bool)
GetNodesOk returns a tuple with the Nodes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SettingsProfileFormConfig) SetNodes(v []UiNode)
SetNodes sets Nodes field to given value.