2.6 KiB
SchemaOnCompleteAction
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| RefreshFormConfig | Pointer to bool | [optional] | |
| ToastReturnMessage | Pointer to bool | [optional] |
Methods
NewSchemaOnCompleteAction
func NewSchemaOnCompleteAction() *SchemaOnCompleteAction
NewSchemaOnCompleteAction instantiates a new SchemaOnCompleteAction 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
NewSchemaOnCompleteActionWithDefaults
func NewSchemaOnCompleteActionWithDefaults() *SchemaOnCompleteAction
NewSchemaOnCompleteActionWithDefaults instantiates a new SchemaOnCompleteAction 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
GetRefreshFormConfig
func (o *SchemaOnCompleteAction) GetRefreshFormConfig() bool
GetRefreshFormConfig returns the RefreshFormConfig field if non-nil, zero value otherwise.
GetRefreshFormConfigOk
func (o *SchemaOnCompleteAction) GetRefreshFormConfigOk() (*bool, bool)
GetRefreshFormConfigOk returns a tuple with the RefreshFormConfig field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetRefreshFormConfig
func (o *SchemaOnCompleteAction) SetRefreshFormConfig(v bool)
SetRefreshFormConfig sets RefreshFormConfig field to given value.
HasRefreshFormConfig
func (o *SchemaOnCompleteAction) HasRefreshFormConfig() bool
HasRefreshFormConfig returns a boolean if a field has been set.
GetToastReturnMessage
func (o *SchemaOnCompleteAction) GetToastReturnMessage() bool
GetToastReturnMessage returns the ToastReturnMessage field if non-nil, zero value otherwise.
GetToastReturnMessageOk
func (o *SchemaOnCompleteAction) GetToastReturnMessageOk() (*bool, bool)
GetToastReturnMessageOk returns a tuple with the ToastReturnMessage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetToastReturnMessage
func (o *SchemaOnCompleteAction) SetToastReturnMessage(v bool)
SetToastReturnMessage sets ToastReturnMessage field to given value.
HasToastReturnMessage
func (o *SchemaOnCompleteAction) HasToastReturnMessage() bool
HasToastReturnMessage returns a boolean if a field has been set.