orchestrator-swagger-go-client/docs/ModelsPlugTask.md

2.7 KiB

ModelsPlugTask

Properties

Name Type Description Notes
Id Pointer to string [optional]
TaskState Pointer to ModelsPlugTaskState [optional]
UserId string

Methods

NewModelsPlugTask

func NewModelsPlugTask(userId string, ) *ModelsPlugTask

NewModelsPlugTask instantiates a new ModelsPlugTask 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

NewModelsPlugTaskWithDefaults

func NewModelsPlugTaskWithDefaults() *ModelsPlugTask

NewModelsPlugTaskWithDefaults instantiates a new ModelsPlugTask 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 *ModelsPlugTask) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *ModelsPlugTask) 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 *ModelsPlugTask) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *ModelsPlugTask) HasId() bool

HasId returns a boolean if a field has been set.

GetTaskState

func (o *ModelsPlugTask) GetTaskState() ModelsPlugTaskState

GetTaskState returns the TaskState field if non-nil, zero value otherwise.

GetTaskStateOk

func (o *ModelsPlugTask) GetTaskStateOk() (*ModelsPlugTaskState, 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 *ModelsPlugTask) SetTaskState(v ModelsPlugTaskState)

SetTaskState sets TaskState field to given value.

HasTaskState

func (o *ModelsPlugTask) HasTaskState() bool

HasTaskState returns a boolean if a field has been set.

GetUserId

func (o *ModelsPlugTask) GetUserId() string

GetUserId returns the UserId field if non-nil, zero value otherwise.

GetUserIdOk

func (o *ModelsPlugTask) 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 *ModelsPlugTask) SetUserId(v string)

SetUserId sets UserId field to given value.

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