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/ModelsOrchestratorTask.md

2.8 KiB

ModelsOrchestratorTask

Properties

Name Type Description Notes
AnthroveUserId string
DeepScrape bool
PlugTask ModelsPlugTask

Methods

NewModelsOrchestratorTask

func NewModelsOrchestratorTask(anthroveUserId string, deepScrape bool, plugTask ModelsPlugTask, ) *ModelsOrchestratorTask

NewModelsOrchestratorTask instantiates a new ModelsOrchestratorTask 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

NewModelsOrchestratorTaskWithDefaults

func NewModelsOrchestratorTaskWithDefaults() *ModelsOrchestratorTask

NewModelsOrchestratorTaskWithDefaults instantiates a new ModelsOrchestratorTask 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 *ModelsOrchestratorTask) GetAnthroveUserId() string

GetAnthroveUserId returns the AnthroveUserId field if non-nil, zero value otherwise.

GetAnthroveUserIdOk

func (o *ModelsOrchestratorTask) 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 *ModelsOrchestratorTask) SetAnthroveUserId(v string)

SetAnthroveUserId sets AnthroveUserId field to given value.

GetDeepScrape

func (o *ModelsOrchestratorTask) GetDeepScrape() bool

GetDeepScrape returns the DeepScrape field if non-nil, zero value otherwise.

GetDeepScrapeOk

func (o *ModelsOrchestratorTask) 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 *ModelsOrchestratorTask) SetDeepScrape(v bool)

SetDeepScrape sets DeepScrape field to given value.

GetPlugTask

func (o *ModelsOrchestratorTask) GetPlugTask() ModelsPlugTask

GetPlugTask returns the PlugTask field if non-nil, zero value otherwise.

GetPlugTaskOk

func (o *ModelsOrchestratorTask) GetPlugTaskOk() (*ModelsPlugTask, 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 *ModelsOrchestratorTask) SetPlugTask(v ModelsPlugTask)

SetPlugTask sets PlugTask field to given value.

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