Name | Type | Description | Notes |
---|---|---|---|
TaskId | Pointer to string | The task ID. | [optional] [readonly] |
DagId | Pointer to string | The DAG ID. | [optional] [readonly] |
ExecutionDate | Pointer to string | [optional] [readonly] | |
DagRunId | Pointer to string | The DAG run ID. | [optional] [readonly] |
func NewTaskInstanceReference() *TaskInstanceReference
NewTaskInstanceReference instantiates a new TaskInstanceReference 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 NewTaskInstanceReferenceWithDefaults() *TaskInstanceReference
NewTaskInstanceReferenceWithDefaults instantiates a new TaskInstanceReference 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 *TaskInstanceReference) GetTaskId() string
GetTaskId returns the TaskId field if non-nil, zero value otherwise.
func (o *TaskInstanceReference) GetTaskIdOk() (*string, bool)
GetTaskIdOk returns a tuple with the TaskId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaskInstanceReference) SetTaskId(v string)
SetTaskId sets TaskId field to given value.
func (o *TaskInstanceReference) HasTaskId() bool
HasTaskId returns a boolean if a field has been set.
func (o *TaskInstanceReference) GetDagId() string
GetDagId returns the DagId field if non-nil, zero value otherwise.
func (o *TaskInstanceReference) GetDagIdOk() (*string, bool)
GetDagIdOk returns a tuple with the DagId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaskInstanceReference) SetDagId(v string)
SetDagId sets DagId field to given value.
func (o *TaskInstanceReference) HasDagId() bool
HasDagId returns a boolean if a field has been set.
func (o *TaskInstanceReference) GetExecutionDate() string
GetExecutionDate returns the ExecutionDate field if non-nil, zero value otherwise.
func (o *TaskInstanceReference) GetExecutionDateOk() (*string, bool)
GetExecutionDateOk returns a tuple with the ExecutionDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaskInstanceReference) SetExecutionDate(v string)
SetExecutionDate sets ExecutionDate field to given value.
func (o *TaskInstanceReference) HasExecutionDate() bool
HasExecutionDate returns a boolean if a field has been set.
func (o *TaskInstanceReference) GetDagRunId() string
GetDagRunId returns the DagRunId field if non-nil, zero value otherwise.
func (o *TaskInstanceReference) GetDagRunIdOk() (*string, bool)
GetDagRunIdOk returns a tuple with the DagRunId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaskInstanceReference) SetDagRunId(v string)
SetDagRunId sets DagRunId field to given value.
func (o *TaskInstanceReference) HasDagRunId() bool
HasDagRunId returns a boolean if a field has been set.