Name | Type | Description | Notes |
---|---|---|---|
CreationTime | Pointer to time.Time | Creation time (unix timestamp) of the task | [optional] |
ErrorCode | Pointer to string | WARNING: This is a preview API that could change. Subtask error code | [optional] |
ErrorString | Pointer to string | Failed SubTask Error message | [optional] |
SubTaskGroupType | Pointer to string | Failed SubTask Group Type | [optional] |
SubTaskState | Pointer to string | Failed SubTask State | [optional] |
SubTaskType | Pointer to string | Failed SubTask Type | [optional] |
SubTaskUUID | Pointer to string | Failed SubTask UUID | [optional] |
func NewSubtaskData() *SubtaskData
NewSubtaskData instantiates a new SubtaskData 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
func NewSubtaskDataWithDefaults() *SubtaskData
NewSubtaskDataWithDefaults instantiates a new SubtaskData 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
func (o *SubtaskData) GetCreationTime() time.Time
GetCreationTime returns the CreationTime field if non-nil, zero value otherwise.
func (o *SubtaskData) GetCreationTimeOk() (*time.Time, bool)
GetCreationTimeOk returns a tuple with the CreationTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubtaskData) SetCreationTime(v time.Time)
SetCreationTime sets CreationTime field to given value.
func (o *SubtaskData) HasCreationTime() bool
HasCreationTime returns a boolean if a field has been set.
func (o *SubtaskData) GetErrorCode() string
GetErrorCode returns the ErrorCode field if non-nil, zero value otherwise.
func (o *SubtaskData) GetErrorCodeOk() (*string, bool)
GetErrorCodeOk returns a tuple with the ErrorCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubtaskData) SetErrorCode(v string)
SetErrorCode sets ErrorCode field to given value.
func (o *SubtaskData) HasErrorCode() bool
HasErrorCode returns a boolean if a field has been set.
func (o *SubtaskData) GetErrorString() string
GetErrorString returns the ErrorString field if non-nil, zero value otherwise.
func (o *SubtaskData) GetErrorStringOk() (*string, bool)
GetErrorStringOk returns a tuple with the ErrorString field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubtaskData) SetErrorString(v string)
SetErrorString sets ErrorString field to given value.
func (o *SubtaskData) HasErrorString() bool
HasErrorString returns a boolean if a field has been set.
func (o *SubtaskData) GetSubTaskGroupType() string
GetSubTaskGroupType returns the SubTaskGroupType field if non-nil, zero value otherwise.
func (o *SubtaskData) GetSubTaskGroupTypeOk() (*string, bool)
GetSubTaskGroupTypeOk returns a tuple with the SubTaskGroupType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubtaskData) SetSubTaskGroupType(v string)
SetSubTaskGroupType sets SubTaskGroupType field to given value.
func (o *SubtaskData) HasSubTaskGroupType() bool
HasSubTaskGroupType returns a boolean if a field has been set.
func (o *SubtaskData) GetSubTaskState() string
GetSubTaskState returns the SubTaskState field if non-nil, zero value otherwise.
func (o *SubtaskData) GetSubTaskStateOk() (*string, bool)
GetSubTaskStateOk returns a tuple with the SubTaskState field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubtaskData) SetSubTaskState(v string)
SetSubTaskState sets SubTaskState field to given value.
func (o *SubtaskData) HasSubTaskState() bool
HasSubTaskState returns a boolean if a field has been set.
func (o *SubtaskData) GetSubTaskType() string
GetSubTaskType returns the SubTaskType field if non-nil, zero value otherwise.
func (o *SubtaskData) GetSubTaskTypeOk() (*string, bool)
GetSubTaskTypeOk returns a tuple with the SubTaskType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubtaskData) SetSubTaskType(v string)
SetSubTaskType sets SubTaskType field to given value.
func (o *SubtaskData) HasSubTaskType() bool
HasSubTaskType returns a boolean if a field has been set.
func (o *SubtaskData) GetSubTaskUUID() string
GetSubTaskUUID returns the SubTaskUUID field if non-nil, zero value otherwise.
func (o *SubtaskData) GetSubTaskUUIDOk() (*string, bool)
GetSubTaskUUIDOk returns a tuple with the SubTaskUUID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubtaskData) SetSubTaskUUID(v string)
SetSubTaskUUID sets SubTaskUUID field to given value.
func (o *SubtaskData) HasSubTaskUUID() bool
HasSubTaskUUID returns a boolean if a field has been set.