Name | Type | Description | Notes |
---|---|---|---|
Status | []string | ||
TaskTypes | []string | ||
UniverseUUIDList | []string |
func NewScheduleApiFilter(status []string, taskTypes []string, universeUUIDList []string, ) *ScheduleApiFilter
NewScheduleApiFilter instantiates a new ScheduleApiFilter 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 NewScheduleApiFilterWithDefaults() *ScheduleApiFilter
NewScheduleApiFilterWithDefaults instantiates a new ScheduleApiFilter 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 *ScheduleApiFilter) GetStatus() []string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *ScheduleApiFilter) 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 *ScheduleApiFilter) SetStatus(v []string)
SetStatus sets Status field to given value.
func (o *ScheduleApiFilter) GetTaskTypes() []string
GetTaskTypes returns the TaskTypes field if non-nil, zero value otherwise.
func (o *ScheduleApiFilter) GetTaskTypesOk() (*[]string, bool)
GetTaskTypesOk returns a tuple with the TaskTypes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScheduleApiFilter) SetTaskTypes(v []string)
SetTaskTypes sets TaskTypes field to given value.
func (o *ScheduleApiFilter) GetUniverseUUIDList() []string
GetUniverseUUIDList returns the UniverseUUIDList field if non-nil, zero value otherwise.
func (o *ScheduleApiFilter) GetUniverseUUIDListOk() (*[]string, bool)
GetUniverseUUIDListOk returns a tuple with the UniverseUUIDList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScheduleApiFilter) SetUniverseUUIDList(v []string)
SetUniverseUUIDList sets UniverseUUIDList field to given value.