Name | Type | Description | Notes |
---|---|---|---|
CreatedInstantBefore | int64 | ||
CustomerId | string | ||
Ids | []string | ||
IsStale | bool | ||
Priorities | []string | ||
States | []string | ||
Types | []string | ||
UniverseId | string |
func NewPerformanceRecommendationFilter(createdInstantBefore int64, customerId string, ids []string, isStale bool, priorities []string, states []string, types []string, universeId string, ) *PerformanceRecommendationFilter
NewPerformanceRecommendationFilter instantiates a new PerformanceRecommendationFilter 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 NewPerformanceRecommendationFilterWithDefaults() *PerformanceRecommendationFilter
NewPerformanceRecommendationFilterWithDefaults instantiates a new PerformanceRecommendationFilter 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 *PerformanceRecommendationFilter) GetCreatedInstantBefore() int64
GetCreatedInstantBefore returns the CreatedInstantBefore field if non-nil, zero value otherwise.
func (o *PerformanceRecommendationFilter) GetCreatedInstantBeforeOk() (*int64, bool)
GetCreatedInstantBeforeOk returns a tuple with the CreatedInstantBefore field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PerformanceRecommendationFilter) SetCreatedInstantBefore(v int64)
SetCreatedInstantBefore sets CreatedInstantBefore field to given value.
func (o *PerformanceRecommendationFilter) GetCustomerId() string
GetCustomerId returns the CustomerId field if non-nil, zero value otherwise.
func (o *PerformanceRecommendationFilter) GetCustomerIdOk() (*string, bool)
GetCustomerIdOk returns a tuple with the CustomerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PerformanceRecommendationFilter) SetCustomerId(v string)
SetCustomerId sets CustomerId field to given value.
func (o *PerformanceRecommendationFilter) GetIds() []string
GetIds returns the Ids field if non-nil, zero value otherwise.
func (o *PerformanceRecommendationFilter) GetIdsOk() (*[]string, bool)
GetIdsOk returns a tuple with the Ids field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PerformanceRecommendationFilter) SetIds(v []string)
SetIds sets Ids field to given value.
func (o *PerformanceRecommendationFilter) GetIsStale() bool
GetIsStale returns the IsStale field if non-nil, zero value otherwise.
func (o *PerformanceRecommendationFilter) GetIsStaleOk() (*bool, bool)
GetIsStaleOk returns a tuple with the IsStale field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PerformanceRecommendationFilter) SetIsStale(v bool)
SetIsStale sets IsStale field to given value.
func (o *PerformanceRecommendationFilter) GetPriorities() []string
GetPriorities returns the Priorities field if non-nil, zero value otherwise.
func (o *PerformanceRecommendationFilter) GetPrioritiesOk() (*[]string, bool)
GetPrioritiesOk returns a tuple with the Priorities field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PerformanceRecommendationFilter) SetPriorities(v []string)
SetPriorities sets Priorities field to given value.
func (o *PerformanceRecommendationFilter) GetStates() []string
GetStates returns the States field if non-nil, zero value otherwise.
func (o *PerformanceRecommendationFilter) 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 *PerformanceRecommendationFilter) SetStates(v []string)
SetStates sets States field to given value.
func (o *PerformanceRecommendationFilter) GetTypes() []string
GetTypes returns the Types field if non-nil, zero value otherwise.
func (o *PerformanceRecommendationFilter) GetTypesOk() (*[]string, bool)
GetTypesOk returns a tuple with the Types field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PerformanceRecommendationFilter) SetTypes(v []string)
SetTypes sets Types field to given value.
func (o *PerformanceRecommendationFilter) GetUniverseId() string
GetUniverseId returns the UniverseId field if non-nil, zero value otherwise.
func (o *PerformanceRecommendationFilter) GetUniverseIdOk() (*string, bool)
GetUniverseIdOk returns a tuple with the UniverseId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PerformanceRecommendationFilter) SetUniverseId(v string)
SetUniverseId sets UniverseId field to given value.