| Name | Type | Description | Notes |
|---|---|---|---|
| Status | Pointer to bool | Response status on whether the request succeeded | [optional] [default to true] |
| Data | Pointer to NullableTaskResponse | [optional] | |
| Message | Pointer to NullableString | [optional] | |
| Errors | Pointer to []ErrorModel | [optional] | |
| Meta | Pointer to MetaModel | Metadata | [optional] |
func NewBaseResponseTaskResponse() *BaseResponseTaskResponse
NewBaseResponseTaskResponse instantiates a new BaseResponseTaskResponse 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 NewBaseResponseTaskResponseWithDefaults() *BaseResponseTaskResponse
NewBaseResponseTaskResponseWithDefaults instantiates a new BaseResponseTaskResponse 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 *BaseResponseTaskResponse) GetStatus() bool
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *BaseResponseTaskResponse) GetStatusOk() (*bool, 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 *BaseResponseTaskResponse) SetStatus(v bool)
SetStatus sets Status field to given value.
func (o *BaseResponseTaskResponse) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *BaseResponseTaskResponse) GetData() TaskResponse
GetData returns the Data field if non-nil, zero value otherwise.
func (o *BaseResponseTaskResponse) GetDataOk() (*TaskResponse, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseResponseTaskResponse) SetData(v TaskResponse)
SetData sets Data field to given value.
func (o *BaseResponseTaskResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (o *BaseResponseTaskResponse) SetDataNil(b bool)
SetDataNil sets the value for Data to be an explicit nil
func (o *BaseResponseTaskResponse) UnsetData()
UnsetData ensures that no value is present for Data, not even an explicit nil
func (o *BaseResponseTaskResponse) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *BaseResponseTaskResponse) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseResponseTaskResponse) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *BaseResponseTaskResponse) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (o *BaseResponseTaskResponse) SetMessageNil(b bool)
SetMessageNil sets the value for Message to be an explicit nil
func (o *BaseResponseTaskResponse) UnsetMessage()
UnsetMessage ensures that no value is present for Message, not even an explicit nil
func (o *BaseResponseTaskResponse) GetErrors() []ErrorModel
GetErrors returns the Errors field if non-nil, zero value otherwise.
func (o *BaseResponseTaskResponse) GetErrorsOk() (*[]ErrorModel, bool)
GetErrorsOk returns a tuple with the Errors field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseResponseTaskResponse) SetErrors(v []ErrorModel)
SetErrors sets Errors field to given value.
func (o *BaseResponseTaskResponse) HasErrors() bool
HasErrors returns a boolean if a field has been set.
func (o *BaseResponseTaskResponse) SetErrorsNil(b bool)
SetErrorsNil sets the value for Errors to be an explicit nil
func (o *BaseResponseTaskResponse) UnsetErrors()
UnsetErrors ensures that no value is present for Errors, not even an explicit nil
func (o *BaseResponseTaskResponse) GetMeta() MetaModel
GetMeta returns the Meta field if non-nil, zero value otherwise.
func (o *BaseResponseTaskResponse) GetMetaOk() (*MetaModel, bool)
GetMetaOk returns a tuple with the Meta field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseResponseTaskResponse) SetMeta(v MetaModel)
SetMeta sets Meta field to given value.
func (o *BaseResponseTaskResponse) HasMeta() bool
HasMeta returns a boolean if a field has been set.