| Name | Type | Description | Notes |
|---|---|---|---|
| TaskId | string | Task's identifier | |
| Status | TaskStatus | ||
| WebForm | Pointer to NullableWebFormInfo | [optional] |
func NewTaskCallback(taskId string, status TaskStatus, ) *TaskCallback
NewTaskCallback instantiates a new TaskCallback 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 NewTaskCallbackWithDefaults() *TaskCallback
NewTaskCallbackWithDefaults instantiates a new TaskCallback 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 *TaskCallback) GetTaskId() string
GetTaskId returns the TaskId field if non-nil, zero value otherwise.
func (o *TaskCallback) GetTaskIdOk() (*string, bool)
GetTaskIdOk returns a tuple with the TaskId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaskCallback) SetTaskId(v string)
SetTaskId sets TaskId field to given value.
func (o *TaskCallback) GetStatus() TaskStatus
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *TaskCallback) GetStatusOk() (*TaskStatus, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaskCallback) SetStatus(v TaskStatus)
SetStatus sets Status field to given value.
func (o *TaskCallback) GetWebForm() WebFormInfo
GetWebForm returns the WebForm field if non-nil, zero value otherwise.
func (o *TaskCallback) GetWebFormOk() (*WebFormInfo, bool)
GetWebFormOk returns a tuple with the WebForm field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaskCallback) SetWebForm(v WebFormInfo)
SetWebForm sets WebForm field to given value.
func (o *TaskCallback) HasWebForm() bool
HasWebForm returns a boolean if a field has been set.
func (o *TaskCallback) SetWebFormNil(b bool)
SetWebFormNil sets the value for WebForm to be an explicit nil
func (o *TaskCallback) UnsetWebForm()
UnsetWebForm ensures that no value is present for WebForm, not even an explicit nil