104 lines
3.6 KiB
Markdown
104 lines
3.6 KiB
Markdown
|
# GitDragseItAnthroveOrchestratorPkgModelsPlugTask
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
Name | Type | Description | Notes
|
||
|
------------ | ------------- | ------------- | -------------
|
||
|
**Id** | Pointer to **string** | | [optional]
|
||
|
**TaskState** | Pointer to [**GitDragseItAnthroveOrchestratorPkgModelsPlugTaskState**](GitDragseItAnthroveOrchestratorPkgModelsPlugTaskState.md) | | [optional]
|
||
|
**UserId** | **string** | |
|
||
|
|
||
|
## Methods
|
||
|
|
||
|
### NewGitDragseItAnthroveOrchestratorPkgModelsPlugTask
|
||
|
|
||
|
`func NewGitDragseItAnthroveOrchestratorPkgModelsPlugTask(userId string, ) *GitDragseItAnthroveOrchestratorPkgModelsPlugTask`
|
||
|
|
||
|
NewGitDragseItAnthroveOrchestratorPkgModelsPlugTask instantiates a new GitDragseItAnthroveOrchestratorPkgModelsPlugTask 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
|
||
|
|
||
|
### NewGitDragseItAnthroveOrchestratorPkgModelsPlugTaskWithDefaults
|
||
|
|
||
|
`func NewGitDragseItAnthroveOrchestratorPkgModelsPlugTaskWithDefaults() *GitDragseItAnthroveOrchestratorPkgModelsPlugTask`
|
||
|
|
||
|
NewGitDragseItAnthroveOrchestratorPkgModelsPlugTaskWithDefaults instantiates a new GitDragseItAnthroveOrchestratorPkgModelsPlugTask 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
|
||
|
|
||
|
### GetId
|
||
|
|
||
|
`func (o *GitDragseItAnthroveOrchestratorPkgModelsPlugTask) GetId() string`
|
||
|
|
||
|
GetId returns the Id field if non-nil, zero value otherwise.
|
||
|
|
||
|
### GetIdOk
|
||
|
|
||
|
`func (o *GitDragseItAnthroveOrchestratorPkgModelsPlugTask) GetIdOk() (*string, bool)`
|
||
|
|
||
|
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise
|
||
|
and a boolean to check if the value has been set.
|
||
|
|
||
|
### SetId
|
||
|
|
||
|
`func (o *GitDragseItAnthroveOrchestratorPkgModelsPlugTask) SetId(v string)`
|
||
|
|
||
|
SetId sets Id field to given value.
|
||
|
|
||
|
### HasId
|
||
|
|
||
|
`func (o *GitDragseItAnthroveOrchestratorPkgModelsPlugTask) HasId() bool`
|
||
|
|
||
|
HasId returns a boolean if a field has been set.
|
||
|
|
||
|
### GetTaskState
|
||
|
|
||
|
`func (o *GitDragseItAnthroveOrchestratorPkgModelsPlugTask) GetTaskState() GitDragseItAnthroveOrchestratorPkgModelsPlugTaskState`
|
||
|
|
||
|
GetTaskState returns the TaskState field if non-nil, zero value otherwise.
|
||
|
|
||
|
### GetTaskStateOk
|
||
|
|
||
|
`func (o *GitDragseItAnthroveOrchestratorPkgModelsPlugTask) GetTaskStateOk() (*GitDragseItAnthroveOrchestratorPkgModelsPlugTaskState, bool)`
|
||
|
|
||
|
GetTaskStateOk returns a tuple with the TaskState field if it's non-nil, zero value otherwise
|
||
|
and a boolean to check if the value has been set.
|
||
|
|
||
|
### SetTaskState
|
||
|
|
||
|
`func (o *GitDragseItAnthroveOrchestratorPkgModelsPlugTask) SetTaskState(v GitDragseItAnthroveOrchestratorPkgModelsPlugTaskState)`
|
||
|
|
||
|
SetTaskState sets TaskState field to given value.
|
||
|
|
||
|
### HasTaskState
|
||
|
|
||
|
`func (o *GitDragseItAnthroveOrchestratorPkgModelsPlugTask) HasTaskState() bool`
|
||
|
|
||
|
HasTaskState returns a boolean if a field has been set.
|
||
|
|
||
|
### GetUserId
|
||
|
|
||
|
`func (o *GitDragseItAnthroveOrchestratorPkgModelsPlugTask) GetUserId() string`
|
||
|
|
||
|
GetUserId returns the UserId field if non-nil, zero value otherwise.
|
||
|
|
||
|
### GetUserIdOk
|
||
|
|
||
|
`func (o *GitDragseItAnthroveOrchestratorPkgModelsPlugTask) GetUserIdOk() (*string, bool)`
|
||
|
|
||
|
GetUserIdOk returns a tuple with the UserId field if it's non-nil, zero value otherwise
|
||
|
and a boolean to check if the value has been set.
|
||
|
|
||
|
### SetUserId
|
||
|
|
||
|
`func (o *GitDragseItAnthroveOrchestratorPkgModelsPlugTask) SetUserId(v string)`
|
||
|
|
||
|
SetUserId sets UserId field to given value.
|
||
|
|
||
|
|
||
|
|
||
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||
|
|
||
|
|