Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.67 KB

ScheduleApiFilter.md

File metadata and controls

93 lines (50 loc) · 2.67 KB

ScheduleApiFilter

Properties

Name Type Description Notes
Status []string
TaskTypes []string
UniverseUUIDList []string

Methods

NewScheduleApiFilter

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

NewScheduleApiFilterWithDefaults

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

GetStatus

func (o *ScheduleApiFilter) GetStatus() []string

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

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.

SetStatus

func (o *ScheduleApiFilter) SetStatus(v []string)

SetStatus sets Status field to given value.

GetTaskTypes

func (o *ScheduleApiFilter) GetTaskTypes() []string

GetTaskTypes returns the TaskTypes field if non-nil, zero value otherwise.

GetTaskTypesOk

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.

SetTaskTypes

func (o *ScheduleApiFilter) SetTaskTypes(v []string)

SetTaskTypes sets TaskTypes field to given value.

GetUniverseUUIDList

func (o *ScheduleApiFilter) GetUniverseUUIDList() []string

GetUniverseUUIDList returns the UniverseUUIDList field if non-nil, zero value otherwise.

GetUniverseUUIDListOk

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.

SetUniverseUUIDList

func (o *ScheduleApiFilter) SetUniverseUUIDList(v []string)

SetUniverseUUIDList sets UniverseUUIDList field to given value.

[Back to Model list] [Back to API list] [Back to README]