Name | Type | Description | Notes |
---|---|---|---|
DagIds | Pointer to []string | Return objects with specific DAG IDs. The value can be repeated to retrieve multiple matching values (OR condition). | [optional] |
ExecutionDateGte | Pointer to time.Time | Returns objects greater or equal to the specified date. This can be combined with execution_date_lte parameter to receive only the selected period. | [optional] |
ExecutionDateLte | Pointer to time.Time | Returns objects less than or equal to the specified date. This can be combined with execution_date_gte parameter to receive only the selected period. | [optional] |
StartDateGte | Pointer to time.Time | Returns objects greater or equal the specified date. This can be combined with start_date_lte parameter to receive only the selected period. | [optional] |
StartDateLte | Pointer to time.Time | Returns objects less or equal the specified date. This can be combined with start_date_gte parameter to receive only the selected period. | [optional] |
EndDateGte | Pointer to time.Time | Returns objects greater or equal the specified date. This can be combined with start_date_lte parameter to receive only the selected period. | [optional] |
EndDateLte | Pointer to time.Time | Returns objects less than or equal to the specified date. This can be combined with start_date_gte parameter to receive only the selected period. | [optional] |
DurationGte | Pointer to float32 | Returns objects greater than or equal to the specified values. This can be combined with duration_lte parameter to receive only the selected period. | [optional] |
DurationLte | Pointer to float32 | Returns objects less than or equal to the specified values. This can be combined with duration_gte parameter to receive only the selected range. | [optional] |
State | Pointer to []TaskState | The value can be repeated to retrieve multiple matching values (OR condition). | [optional] |
Pool | Pointer to []string | The value can be repeated to retrieve multiple matching values (OR condition). | [optional] |
Queue | Pointer to []string | The value can be repeated to retrieve multiple matching values (OR condition). | [optional] |
func NewListTaskInstanceForm() *ListTaskInstanceForm
NewListTaskInstanceForm instantiates a new ListTaskInstanceForm 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 NewListTaskInstanceFormWithDefaults() *ListTaskInstanceForm
NewListTaskInstanceFormWithDefaults instantiates a new ListTaskInstanceForm 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 *ListTaskInstanceForm) GetDagIds() []string
GetDagIds returns the DagIds field if non-nil, zero value otherwise.
func (o *ListTaskInstanceForm) GetDagIdsOk() (*[]string, bool)
GetDagIdsOk returns a tuple with the DagIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListTaskInstanceForm) SetDagIds(v []string)
SetDagIds sets DagIds field to given value.
func (o *ListTaskInstanceForm) HasDagIds() bool
HasDagIds returns a boolean if a field has been set.
func (o *ListTaskInstanceForm) GetExecutionDateGte() time.Time
GetExecutionDateGte returns the ExecutionDateGte field if non-nil, zero value otherwise.
func (o *ListTaskInstanceForm) GetExecutionDateGteOk() (*time.Time, bool)
GetExecutionDateGteOk returns a tuple with the ExecutionDateGte field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListTaskInstanceForm) SetExecutionDateGte(v time.Time)
SetExecutionDateGte sets ExecutionDateGte field to given value.
func (o *ListTaskInstanceForm) HasExecutionDateGte() bool
HasExecutionDateGte returns a boolean if a field has been set.
func (o *ListTaskInstanceForm) GetExecutionDateLte() time.Time
GetExecutionDateLte returns the ExecutionDateLte field if non-nil, zero value otherwise.
func (o *ListTaskInstanceForm) GetExecutionDateLteOk() (*time.Time, bool)
GetExecutionDateLteOk returns a tuple with the ExecutionDateLte field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListTaskInstanceForm) SetExecutionDateLte(v time.Time)
SetExecutionDateLte sets ExecutionDateLte field to given value.
func (o *ListTaskInstanceForm) HasExecutionDateLte() bool
HasExecutionDateLte returns a boolean if a field has been set.
func (o *ListTaskInstanceForm) GetStartDateGte() time.Time
GetStartDateGte returns the StartDateGte field if non-nil, zero value otherwise.
func (o *ListTaskInstanceForm) GetStartDateGteOk() (*time.Time, bool)
GetStartDateGteOk returns a tuple with the StartDateGte field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListTaskInstanceForm) SetStartDateGte(v time.Time)
SetStartDateGte sets StartDateGte field to given value.
func (o *ListTaskInstanceForm) HasStartDateGte() bool
HasStartDateGte returns a boolean if a field has been set.
func (o *ListTaskInstanceForm) GetStartDateLte() time.Time
GetStartDateLte returns the StartDateLte field if non-nil, zero value otherwise.
func (o *ListTaskInstanceForm) GetStartDateLteOk() (*time.Time, bool)
GetStartDateLteOk returns a tuple with the StartDateLte field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListTaskInstanceForm) SetStartDateLte(v time.Time)
SetStartDateLte sets StartDateLte field to given value.
func (o *ListTaskInstanceForm) HasStartDateLte() bool
HasStartDateLte returns a boolean if a field has been set.
func (o *ListTaskInstanceForm) GetEndDateGte() time.Time
GetEndDateGte returns the EndDateGte field if non-nil, zero value otherwise.
func (o *ListTaskInstanceForm) GetEndDateGteOk() (*time.Time, bool)
GetEndDateGteOk returns a tuple with the EndDateGte field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListTaskInstanceForm) SetEndDateGte(v time.Time)
SetEndDateGte sets EndDateGte field to given value.
func (o *ListTaskInstanceForm) HasEndDateGte() bool
HasEndDateGte returns a boolean if a field has been set.
func (o *ListTaskInstanceForm) GetEndDateLte() time.Time
GetEndDateLte returns the EndDateLte field if non-nil, zero value otherwise.
func (o *ListTaskInstanceForm) GetEndDateLteOk() (*time.Time, bool)
GetEndDateLteOk returns a tuple with the EndDateLte field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListTaskInstanceForm) SetEndDateLte(v time.Time)
SetEndDateLte sets EndDateLte field to given value.
func (o *ListTaskInstanceForm) HasEndDateLte() bool
HasEndDateLte returns a boolean if a field has been set.
func (o *ListTaskInstanceForm) GetDurationGte() float32
GetDurationGte returns the DurationGte field if non-nil, zero value otherwise.
func (o *ListTaskInstanceForm) GetDurationGteOk() (*float32, bool)
GetDurationGteOk returns a tuple with the DurationGte field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListTaskInstanceForm) SetDurationGte(v float32)
SetDurationGte sets DurationGte field to given value.
func (o *ListTaskInstanceForm) HasDurationGte() bool
HasDurationGte returns a boolean if a field has been set.
func (o *ListTaskInstanceForm) GetDurationLte() float32
GetDurationLte returns the DurationLte field if non-nil, zero value otherwise.
func (o *ListTaskInstanceForm) GetDurationLteOk() (*float32, bool)
GetDurationLteOk returns a tuple with the DurationLte field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListTaskInstanceForm) SetDurationLte(v float32)
SetDurationLte sets DurationLte field to given value.
func (o *ListTaskInstanceForm) HasDurationLte() bool
HasDurationLte returns a boolean if a field has been set.
func (o *ListTaskInstanceForm) GetState() []TaskState
GetState returns the State field if non-nil, zero value otherwise.
func (o *ListTaskInstanceForm) GetStateOk() (*[]TaskState, bool)
GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListTaskInstanceForm) SetState(v []TaskState)
SetState sets State field to given value.
func (o *ListTaskInstanceForm) HasState() bool
HasState returns a boolean if a field has been set.
func (o *ListTaskInstanceForm) GetPool() []string
GetPool returns the Pool field if non-nil, zero value otherwise.
func (o *ListTaskInstanceForm) GetPoolOk() (*[]string, bool)
GetPoolOk returns a tuple with the Pool field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListTaskInstanceForm) SetPool(v []string)
SetPool sets Pool field to given value.
func (o *ListTaskInstanceForm) HasPool() bool
HasPool returns a boolean if a field has been set.
func (o *ListTaskInstanceForm) GetQueue() []string
GetQueue returns the Queue field if non-nil, zero value otherwise.
func (o *ListTaskInstanceForm) GetQueueOk() (*[]string, bool)
GetQueueOk returns a tuple with the Queue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListTaskInstanceForm) SetQueue(v []string)
SetQueue sets Queue field to given value.
func (o *ListTaskInstanceForm) HasQueue() bool
HasQueue returns a boolean if a field has been set.