更新文档内容
This commit is contained in:
82
docs/SchemaOnCompleteAction.md
Normal file
82
docs/SchemaOnCompleteAction.md
Normal file
@@ -0,0 +1,82 @@
|
||||
# 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.
|
||||
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user