This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
orchestrator-swagger-go-client/docs/GitDragseItAnthroveOrchestratorPkgModelsOrchestratorTask.md

94 lines
3.7 KiB
Markdown
Raw Permalink Normal View History

2024-05-30 16:34:11 +00:00
# GitDragseItAnthroveOrchestratorPkgModelsOrchestratorTask
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**AnthroveUserId** | **string** | |
**DeepScrape** | **bool** | |
**PlugTask** | [**GitDragseItAnthroveOrchestratorPkgModelsPlugTask**](GitDragseItAnthroveOrchestratorPkgModelsPlugTask.md) | |
## Methods
### NewGitDragseItAnthroveOrchestratorPkgModelsOrchestratorTask
`func NewGitDragseItAnthroveOrchestratorPkgModelsOrchestratorTask(anthroveUserId string, deepScrape bool, plugTask GitDragseItAnthroveOrchestratorPkgModelsPlugTask, ) *GitDragseItAnthroveOrchestratorPkgModelsOrchestratorTask`
NewGitDragseItAnthroveOrchestratorPkgModelsOrchestratorTask instantiates a new GitDragseItAnthroveOrchestratorPkgModelsOrchestratorTask 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
### NewGitDragseItAnthroveOrchestratorPkgModelsOrchestratorTaskWithDefaults
`func NewGitDragseItAnthroveOrchestratorPkgModelsOrchestratorTaskWithDefaults() *GitDragseItAnthroveOrchestratorPkgModelsOrchestratorTask`
NewGitDragseItAnthroveOrchestratorPkgModelsOrchestratorTaskWithDefaults instantiates a new GitDragseItAnthroveOrchestratorPkgModelsOrchestratorTask 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
### GetAnthroveUserId
`func (o *GitDragseItAnthroveOrchestratorPkgModelsOrchestratorTask) GetAnthroveUserId() string`
GetAnthroveUserId returns the AnthroveUserId field if non-nil, zero value otherwise.
### GetAnthroveUserIdOk
`func (o *GitDragseItAnthroveOrchestratorPkgModelsOrchestratorTask) GetAnthroveUserIdOk() (*string, bool)`
GetAnthroveUserIdOk returns a tuple with the AnthroveUserId field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAnthroveUserId
`func (o *GitDragseItAnthroveOrchestratorPkgModelsOrchestratorTask) SetAnthroveUserId(v string)`
SetAnthroveUserId sets AnthroveUserId field to given value.
### GetDeepScrape
`func (o *GitDragseItAnthroveOrchestratorPkgModelsOrchestratorTask) GetDeepScrape() bool`
GetDeepScrape returns the DeepScrape field if non-nil, zero value otherwise.
### GetDeepScrapeOk
`func (o *GitDragseItAnthroveOrchestratorPkgModelsOrchestratorTask) GetDeepScrapeOk() (*bool, bool)`
GetDeepScrapeOk returns a tuple with the DeepScrape field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetDeepScrape
`func (o *GitDragseItAnthroveOrchestratorPkgModelsOrchestratorTask) SetDeepScrape(v bool)`
SetDeepScrape sets DeepScrape field to given value.
### GetPlugTask
`func (o *GitDragseItAnthroveOrchestratorPkgModelsOrchestratorTask) GetPlugTask() GitDragseItAnthroveOrchestratorPkgModelsPlugTask`
GetPlugTask returns the PlugTask field if non-nil, zero value otherwise.
### GetPlugTaskOk
`func (o *GitDragseItAnthroveOrchestratorPkgModelsOrchestratorTask) GetPlugTaskOk() (*GitDragseItAnthroveOrchestratorPkgModelsPlugTask, bool)`
GetPlugTaskOk returns a tuple with the PlugTask field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetPlugTask
`func (o *GitDragseItAnthroveOrchestratorPkgModelsOrchestratorTask) SetPlugTask(v GitDragseItAnthroveOrchestratorPkgModelsPlugTask)`
SetPlugTask sets PlugTask 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)