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] |
OnlyShowDeletedSourceUniverses | bool | ||
RestoreUUIDList | []string | ||
ShowHidden | bool | ||
SourceUniverseNameList | []string | ||
States | []string | ||
StorageConfigUUIDList | []string | ||
UniverseNameList | []string | ||
UniverseUUIDList | []string |
func NewRestoreApiFilter(onlyShowDeletedSourceUniverses bool, restoreUUIDList []string, showHidden bool, sourceUniverseNameList []string, states []string, storageConfigUUIDList []string, universeNameList []string, universeUUIDList []string, ) *RestoreApiFilter
NewRestoreApiFilter instantiates a new RestoreApiFilter 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 NewRestoreApiFilterWithDefaults() *RestoreApiFilter
NewRestoreApiFilterWithDefaults instantiates a new RestoreApiFilter 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 *RestoreApiFilter) GetDateRangeEnd() time.Time
GetDateRangeEnd returns the DateRangeEnd field if non-nil, zero value otherwise.
func (o *RestoreApiFilter) 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 *RestoreApiFilter) SetDateRangeEnd(v time.Time)
SetDateRangeEnd sets DateRangeEnd field to given value.
func (o *RestoreApiFilter) HasDateRangeEnd() bool
HasDateRangeEnd returns a boolean if a field has been set.
func (o *RestoreApiFilter) GetDateRangeStart() time.Time
GetDateRangeStart returns the DateRangeStart field if non-nil, zero value otherwise.
func (o *RestoreApiFilter) 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 *RestoreApiFilter) SetDateRangeStart(v time.Time)
SetDateRangeStart sets DateRangeStart field to given value.
func (o *RestoreApiFilter) HasDateRangeStart() bool
HasDateRangeStart returns a boolean if a field has been set.
func (o *RestoreApiFilter) GetOnlyShowDeletedSourceUniverses() bool
GetOnlyShowDeletedSourceUniverses returns the OnlyShowDeletedSourceUniverses field if non-nil, zero value otherwise.
func (o *RestoreApiFilter) GetOnlyShowDeletedSourceUniversesOk() (*bool, bool)
GetOnlyShowDeletedSourceUniversesOk returns a tuple with the OnlyShowDeletedSourceUniverses field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RestoreApiFilter) SetOnlyShowDeletedSourceUniverses(v bool)
SetOnlyShowDeletedSourceUniverses sets OnlyShowDeletedSourceUniverses field to given value.
func (o *RestoreApiFilter) GetRestoreUUIDList() []string
GetRestoreUUIDList returns the RestoreUUIDList field if non-nil, zero value otherwise.
func (o *RestoreApiFilter) GetRestoreUUIDListOk() (*[]string, bool)
GetRestoreUUIDListOk returns a tuple with the RestoreUUIDList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RestoreApiFilter) SetRestoreUUIDList(v []string)
SetRestoreUUIDList sets RestoreUUIDList field to given value.
GetShowHidden
func (o *RestoreApiFilter) GetShowHidden() bool
GetShowHidden returns the ShowHidden field if non-nil, zero value otherwise.
GetShowHiddenOk
func (o *RestoreApiFilter) GetShowHiddenOk() (*bool, bool)
GetShowHiddenOk returns a tuple with the ShowHidden field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetShowHidden
func (o *RestoreApiFilter) SetShowHidden(v bool)
SetShowHidden sets ShowHidden field to given value.
func (o *RestoreApiFilter) GetSourceUniverseNameList() []string
GetSourceUniverseNameList returns the SourceUniverseNameList field if non-nil, zero value otherwise.
func (o *RestoreApiFilter) GetSourceUniverseNameListOk() (*[]string, bool)
GetSourceUniverseNameListOk returns a tuple with the SourceUniverseNameList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RestoreApiFilter) SetSourceUniverseNameList(v []string)
SetSourceUniverseNameList sets SourceUniverseNameList field to given value.
func (o *RestoreApiFilter) GetStates() []string
GetStates returns the States field if non-nil, zero value otherwise.
func (o *RestoreApiFilter) GetStatesOk() (*[]string, bool)
GetStatesOk returns a tuple with the States field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RestoreApiFilter) SetStates(v []string)
SetStates sets States field to given value.
func (o *RestoreApiFilter) GetStorageConfigUUIDList() []string
GetStorageConfigUUIDList returns the StorageConfigUUIDList field if non-nil, zero value otherwise.
func (o *RestoreApiFilter) GetStorageConfigUUIDListOk() (*[]string, bool)
GetStorageConfigUUIDListOk returns a tuple with the StorageConfigUUIDList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RestoreApiFilter) SetStorageConfigUUIDList(v []string)
SetStorageConfigUUIDList sets StorageConfigUUIDList field to given value.
func (o *RestoreApiFilter) GetUniverseNameList() []string
GetUniverseNameList returns the UniverseNameList field if non-nil, zero value otherwise.
func (o *RestoreApiFilter) GetUniverseNameListOk() (*[]string, bool)
GetUniverseNameListOk returns a tuple with the UniverseNameList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RestoreApiFilter) SetUniverseNameList(v []string)
SetUniverseNameList sets UniverseNameList field to given value.
func (o *RestoreApiFilter) GetUniverseUUIDList() []string
GetUniverseUUIDList returns the UniverseUUIDList field if non-nil, zero value otherwise.
func (o *RestoreApiFilter) 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 *RestoreApiFilter) SetUniverseUUIDList(v []string)
SetUniverseUUIDList sets UniverseUUIDList field to given value.