Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.96 KB

File metadata and controls

108 lines (59 loc) · 2.96 KB

UpdateTask200Response

Properties

Name Type Description Notes
TaskId Pointer to string [optional]
Status Pointer to string [optional]
UpdatedAt Pointer to int32 [optional]

Methods

NewUpdateTask200Response

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

NewUpdateTask200ResponseWithDefaults

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

GetTaskId

func (o *UpdateTask200Response) GetTaskId() string

GetTaskId returns the TaskId field if non-nil, zero value otherwise.

GetTaskIdOk

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.

SetTaskId

func (o *UpdateTask200Response) SetTaskId(v string)

SetTaskId sets TaskId field to given value.

HasTaskId

func (o *UpdateTask200Response) HasTaskId() bool

HasTaskId returns a boolean if a field has been set.

GetStatus

func (o *UpdateTask200Response) GetStatus() string

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

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.

SetStatus

func (o *UpdateTask200Response) SetStatus(v string)

SetStatus sets Status field to given value.

HasStatus

func (o *UpdateTask200Response) HasStatus() bool

HasStatus returns a boolean if a field has been set.

GetUpdatedAt

func (o *UpdateTask200Response) GetUpdatedAt() int32

GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.

GetUpdatedAtOk

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.

SetUpdatedAt

func (o *UpdateTask200Response) SetUpdatedAt(v int32)

SetUpdatedAt sets UpdatedAt field to given value.

HasUpdatedAt

func (o *UpdateTask200Response) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]