Name | Type | Description | Notes |
---|---|---|---|
DagId | Pointer to NullableString | The DAG ID that updates the dataset. | [optional] |
TaskId | Pointer to NullableString | The task ID that updates the dataset. | [optional] |
CreatedAt | Pointer to string | The dataset creation time | [optional] |
UpdatedAt | Pointer to string | The dataset update time | [optional] |
func NewTaskOutletDatasetReference() *TaskOutletDatasetReference
NewTaskOutletDatasetReference instantiates a new TaskOutletDatasetReference 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 NewTaskOutletDatasetReferenceWithDefaults() *TaskOutletDatasetReference
NewTaskOutletDatasetReferenceWithDefaults instantiates a new TaskOutletDatasetReference 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 *TaskOutletDatasetReference) GetDagId() string
GetDagId returns the DagId field if non-nil, zero value otherwise.
func (o *TaskOutletDatasetReference) 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 *TaskOutletDatasetReference) SetDagId(v string)
SetDagId sets DagId field to given value.
func (o *TaskOutletDatasetReference) HasDagId() bool
HasDagId returns a boolean if a field has been set.
func (o *TaskOutletDatasetReference) SetDagIdNil(b bool)
SetDagIdNil sets the value for DagId to be an explicit nil
func (o *TaskOutletDatasetReference) UnsetDagId()
UnsetDagId ensures that no value is present for DagId, not even an explicit nil
func (o *TaskOutletDatasetReference) GetTaskId() string
GetTaskId returns the TaskId field if non-nil, zero value otherwise.
func (o *TaskOutletDatasetReference) 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 *TaskOutletDatasetReference) SetTaskId(v string)
SetTaskId sets TaskId field to given value.
func (o *TaskOutletDatasetReference) HasTaskId() bool
HasTaskId returns a boolean if a field has been set.
func (o *TaskOutletDatasetReference) SetTaskIdNil(b bool)
SetTaskIdNil sets the value for TaskId to be an explicit nil
func (o *TaskOutletDatasetReference) UnsetTaskId()
UnsetTaskId ensures that no value is present for TaskId, not even an explicit nil
func (o *TaskOutletDatasetReference) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *TaskOutletDatasetReference) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaskOutletDatasetReference) SetCreatedAt(v string)
SetCreatedAt sets CreatedAt field to given value.
func (o *TaskOutletDatasetReference) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *TaskOutletDatasetReference) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *TaskOutletDatasetReference) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaskOutletDatasetReference) SetUpdatedAt(v string)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *TaskOutletDatasetReference) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.