| Name | Type | Description | Notes |
|---|---|---|---|
| DateRangeEnd | Pointer to time.Time | The end date to filter paged query. | [optional] |
| DateRangeStart | Pointer to time.Time | The start date to filter paged query. | [optional] |
| Status | []string | ||
| TargetList | []string | ||
| TargetUUIDList | []string | ||
| TypeList | []string | ||
| TypeNameList | []string |
func NewTaskApiFilter(status []string, targetList []string, targetUUIDList []string, typeList []string, typeNameList []string, ) *TaskApiFilter
NewTaskApiFilter instantiates a new TaskApiFilter 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 NewTaskApiFilterWithDefaults() *TaskApiFilter
NewTaskApiFilterWithDefaults instantiates a new TaskApiFilter 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 *TaskApiFilter) GetDateRangeEnd() time.Time
GetDateRangeEnd returns the DateRangeEnd field if non-nil, zero value otherwise.
func (o *TaskApiFilter) GetDateRangeEndOk() (*time.Time, bool)
GetDateRangeEndOk returns a tuple with the DateRangeEnd field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaskApiFilter) SetDateRangeEnd(v time.Time)
SetDateRangeEnd sets DateRangeEnd field to given value.
func (o *TaskApiFilter) HasDateRangeEnd() bool
HasDateRangeEnd returns a boolean if a field has been set.
func (o *TaskApiFilter) GetDateRangeStart() time.Time
GetDateRangeStart returns the DateRangeStart field if non-nil, zero value otherwise.
func (o *TaskApiFilter) GetDateRangeStartOk() (*time.Time, bool)
GetDateRangeStartOk returns a tuple with the DateRangeStart field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaskApiFilter) SetDateRangeStart(v time.Time)
SetDateRangeStart sets DateRangeStart field to given value.
func (o *TaskApiFilter) HasDateRangeStart() bool
HasDateRangeStart returns a boolean if a field has been set.
func (o *TaskApiFilter) GetStatus() []string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *TaskApiFilter) GetStatusOk() (*[]string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaskApiFilter) SetStatus(v []string)
SetStatus sets Status field to given value.
func (o *TaskApiFilter) GetTargetList() []string
GetTargetList returns the TargetList field if non-nil, zero value otherwise.
func (o *TaskApiFilter) GetTargetListOk() (*[]string, bool)
GetTargetListOk returns a tuple with the TargetList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaskApiFilter) SetTargetList(v []string)
SetTargetList sets TargetList field to given value.
func (o *TaskApiFilter) GetTargetUUIDList() []string
GetTargetUUIDList returns the TargetUUIDList field if non-nil, zero value otherwise.
func (o *TaskApiFilter) GetTargetUUIDListOk() (*[]string, bool)
GetTargetUUIDListOk returns a tuple with the TargetUUIDList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaskApiFilter) SetTargetUUIDList(v []string)
SetTargetUUIDList sets TargetUUIDList field to given value.
func (o *TaskApiFilter) GetTypeList() []string
GetTypeList returns the TypeList field if non-nil, zero value otherwise.
func (o *TaskApiFilter) GetTypeListOk() (*[]string, bool)
GetTypeListOk returns a tuple with the TypeList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaskApiFilter) SetTypeList(v []string)
SetTypeList sets TypeList field to given value.
func (o *TaskApiFilter) GetTypeNameList() []string
GetTypeNameList returns the TypeNameList field if non-nil, zero value otherwise.
func (o *TaskApiFilter) GetTypeNameListOk() (*[]string, bool)
GetTypeNameListOk returns a tuple with the TypeNameList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaskApiFilter) SetTypeNameList(v []string)
SetTypeNameList sets TypeNameList field to given value.