| Name | Type | Description | Notes |
|---|---|---|---|
| Status | Pointer to TaskStatus | [optional] [default to TASKSTATUS_UNINITIALISED] | |
| ErrorMessage | Pointer to NullableString | [optional] |
func NewTaskResponse() *TaskResponse
NewTaskResponse instantiates a new TaskResponse 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 NewTaskResponseWithDefaults() *TaskResponse
NewTaskResponseWithDefaults instantiates a new TaskResponse 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 *TaskResponse) GetStatus() TaskStatus
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *TaskResponse) 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 *TaskResponse) SetStatus(v TaskStatus)
SetStatus sets Status field to given value.
func (o *TaskResponse) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *TaskResponse) GetErrorMessage() string
GetErrorMessage returns the ErrorMessage field if non-nil, zero value otherwise.
func (o *TaskResponse) GetErrorMessageOk() (*string, bool)
GetErrorMessageOk returns a tuple with the ErrorMessage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaskResponse) SetErrorMessage(v string)
SetErrorMessage sets ErrorMessage field to given value.
func (o *TaskResponse) HasErrorMessage() bool
HasErrorMessage returns a boolean if a field has been set.
func (o *TaskResponse) SetErrorMessageNil(b bool)
SetErrorMessageNil sets the value for ErrorMessage to be an explicit nil
func (o *TaskResponse) UnsetErrorMessage()
UnsetErrorMessage ensures that no value is present for ErrorMessage, not even an explicit nil