2.9 KiB
TaskStartTask
Properties
Name | Type | Description | Notes |
---|---|---|---|
UserApiKey | Pointer to string | [optional] | |
UserId | Pointer to string | [optional] | |
UserSourceId | Pointer to string | [optional] |
Methods
NewTaskStartTask
func NewTaskStartTask() *TaskStartTask
NewTaskStartTask instantiates a new TaskStartTask 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
NewTaskStartTaskWithDefaults
func NewTaskStartTaskWithDefaults() *TaskStartTask
NewTaskStartTaskWithDefaults instantiates a new TaskStartTask 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
GetUserApiKey
func (o *TaskStartTask) GetUserApiKey() string
GetUserApiKey returns the UserApiKey field if non-nil, zero value otherwise.
GetUserApiKeyOk
func (o *TaskStartTask) GetUserApiKeyOk() (*string, bool)
GetUserApiKeyOk returns a tuple with the UserApiKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetUserApiKey
func (o *TaskStartTask) SetUserApiKey(v string)
SetUserApiKey sets UserApiKey field to given value.
HasUserApiKey
func (o *TaskStartTask) HasUserApiKey() bool
HasUserApiKey returns a boolean if a field has been set.
GetUserId
func (o *TaskStartTask) GetUserId() string
GetUserId returns the UserId field if non-nil, zero value otherwise.
GetUserIdOk
func (o *TaskStartTask) 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 *TaskStartTask) SetUserId(v string)
SetUserId sets UserId field to given value.
HasUserId
func (o *TaskStartTask) HasUserId() bool
HasUserId returns a boolean if a field has been set.
GetUserSourceId
func (o *TaskStartTask) GetUserSourceId() string
GetUserSourceId returns the UserSourceId field if non-nil, zero value otherwise.
GetUserSourceIdOk
func (o *TaskStartTask) GetUserSourceIdOk() (*string, bool)
GetUserSourceIdOk returns a tuple with the UserSourceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetUserSourceId
func (o *TaskStartTask) SetUserSourceId(v string)
SetUserSourceId sets UserSourceId field to given value.
HasUserSourceId
func (o *TaskStartTask) HasUserSourceId() bool
HasUserSourceId returns a boolean if a field has been set.