Name | Type | Description | Notes |
---|---|---|---|
Finalised | Pointer to NullableString | URL to which finAPI sends the notification message after the task is finalised (either completed successfully or with an error).<br/>finAPI will call this URL with HTTP method POST ignoring the response of the target endpoint. Only HTTPS URLs are allowed. | [optional] |
WebFormRequired | Pointer to NullableString | URL to which finAPI sends the notification message when the update can longer run in the background.<br/>finAPI will call this URL with HTTP method POST ignoring the response of the target endpoint. Only HTTPS URLs are allowed. | [optional] |
func NewTaskCallbacks() *TaskCallbacks
NewTaskCallbacks instantiates a new TaskCallbacks 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 NewTaskCallbacksWithDefaults() *TaskCallbacks
NewTaskCallbacksWithDefaults instantiates a new TaskCallbacks 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 *TaskCallbacks) GetFinalised() string
GetFinalised returns the Finalised field if non-nil, zero value otherwise.
func (o *TaskCallbacks) GetFinalisedOk() (*string, bool)
GetFinalisedOk returns a tuple with the Finalised field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaskCallbacks) SetFinalised(v string)
SetFinalised sets Finalised field to given value.
func (o *TaskCallbacks) HasFinalised() bool
HasFinalised returns a boolean if a field has been set.
func (o *TaskCallbacks) SetFinalisedNil(b bool)
SetFinalisedNil sets the value for Finalised to be an explicit nil
func (o *TaskCallbacks) UnsetFinalised()
UnsetFinalised ensures that no value is present for Finalised, not even an explicit nil
func (o *TaskCallbacks) GetWebFormRequired() string
GetWebFormRequired returns the WebFormRequired field if non-nil, zero value otherwise.
func (o *TaskCallbacks) GetWebFormRequiredOk() (*string, bool)
GetWebFormRequiredOk returns a tuple with the WebFormRequired field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaskCallbacks) SetWebFormRequired(v string)
SetWebFormRequired sets WebFormRequired field to given value.
func (o *TaskCallbacks) HasWebFormRequired() bool
HasWebFormRequired returns a boolean if a field has been set.
func (o *TaskCallbacks) SetWebFormRequiredNil(b bool)
SetWebFormRequiredNil sets the value for WebFormRequired to be an explicit nil
func (o *TaskCallbacks) UnsetWebFormRequired()
UnsetWebFormRequired ensures that no value is present for WebFormRequired, not even an explicit nil