2.3 KiB
TaskResponse
Properties
Name | Type | Description | Notes |
---|---|---|---|
PlugTaskId | Pointer to string | [optional] | |
PlugTaskStatus | Pointer to string | [optional] |
Methods
NewTaskResponse
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
NewTaskResponseWithDefaults
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
GetPlugTaskId
func (o *TaskResponse) GetPlugTaskId() string
GetPlugTaskId returns the PlugTaskId field if non-nil, zero value otherwise.
GetPlugTaskIdOk
func (o *TaskResponse) GetPlugTaskIdOk() (*string, bool)
GetPlugTaskIdOk returns a tuple with the PlugTaskId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetPlugTaskId
func (o *TaskResponse) SetPlugTaskId(v string)
SetPlugTaskId sets PlugTaskId field to given value.
HasPlugTaskId
func (o *TaskResponse) HasPlugTaskId() bool
HasPlugTaskId returns a boolean if a field has been set.
GetPlugTaskStatus
func (o *TaskResponse) GetPlugTaskStatus() string
GetPlugTaskStatus returns the PlugTaskStatus field if non-nil, zero value otherwise.
GetPlugTaskStatusOk
func (o *TaskResponse) GetPlugTaskStatusOk() (*string, bool)
GetPlugTaskStatusOk returns a tuple with the PlugTaskStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetPlugTaskStatus
func (o *TaskResponse) SetPlugTaskStatus(v string)
SetPlugTaskStatus sets PlugTaskStatus field to given value.
HasPlugTaskStatus
func (o *TaskResponse) HasPlugTaskStatus() bool
HasPlugTaskStatus returns a boolean if a field has been set.