| Name | Type | Description | Notes |
|---|---|---|---|
| TaskId | Pointer to string | [optional] | |
| Status | Pointer to string | [optional] | |
| UpdatedAt | Pointer to int32 | [optional] |
func NewUpdateTask200Response() *UpdateTask200Response
NewUpdateTask200Response instantiates a new UpdateTask200Response 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 NewUpdateTask200ResponseWithDefaults() *UpdateTask200Response
NewUpdateTask200ResponseWithDefaults instantiates a new UpdateTask200Response 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 *UpdateTask200Response) GetTaskId() string
GetTaskId returns the TaskId field if non-nil, zero value otherwise.
func (o *UpdateTask200Response) 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 *UpdateTask200Response) SetTaskId(v string)
SetTaskId sets TaskId field to given value.
func (o *UpdateTask200Response) HasTaskId() bool
HasTaskId returns a boolean if a field has been set.
func (o *UpdateTask200Response) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *UpdateTask200Response) GetStatusOk() (*string, 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 *UpdateTask200Response) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *UpdateTask200Response) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *UpdateTask200Response) GetUpdatedAt() int32
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *UpdateTask200Response) GetUpdatedAtOk() (*int32, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateTask200Response) SetUpdatedAt(v int32)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *UpdateTask200Response) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.