Skip to content

Latest commit

 

History

History
198 lines (105 loc) · 5.76 KB

PerformanceRecommendationFilter.md

File metadata and controls

198 lines (105 loc) · 5.76 KB

PerformanceRecommendationFilter

Properties

Name Type Description Notes
CreatedInstantBefore int64
CustomerId string
Ids []string
IsStale bool
Priorities []string
States []string
Types []string
UniverseId string

Methods

NewPerformanceRecommendationFilter

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

NewPerformanceRecommendationFilterWithDefaults

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

GetCreatedInstantBefore

func (o *PerformanceRecommendationFilter) GetCreatedInstantBefore() int64

GetCreatedInstantBefore returns the CreatedInstantBefore field if non-nil, zero value otherwise.

GetCreatedInstantBeforeOk

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.

SetCreatedInstantBefore

func (o *PerformanceRecommendationFilter) SetCreatedInstantBefore(v int64)

SetCreatedInstantBefore sets CreatedInstantBefore field to given value.

GetCustomerId

func (o *PerformanceRecommendationFilter) GetCustomerId() string

GetCustomerId returns the CustomerId field if non-nil, zero value otherwise.

GetCustomerIdOk

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.

SetCustomerId

func (o *PerformanceRecommendationFilter) SetCustomerId(v string)

SetCustomerId sets CustomerId field to given value.

GetIds

func (o *PerformanceRecommendationFilter) GetIds() []string

GetIds returns the Ids field if non-nil, zero value otherwise.

GetIdsOk

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.

SetIds

func (o *PerformanceRecommendationFilter) SetIds(v []string)

SetIds sets Ids field to given value.

GetIsStale

func (o *PerformanceRecommendationFilter) GetIsStale() bool

GetIsStale returns the IsStale field if non-nil, zero value otherwise.

GetIsStaleOk

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.

SetIsStale

func (o *PerformanceRecommendationFilter) SetIsStale(v bool)

SetIsStale sets IsStale field to given value.

GetPriorities

func (o *PerformanceRecommendationFilter) GetPriorities() []string

GetPriorities returns the Priorities field if non-nil, zero value otherwise.

GetPrioritiesOk

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.

SetPriorities

func (o *PerformanceRecommendationFilter) SetPriorities(v []string)

SetPriorities sets Priorities field to given value.

GetStates

func (o *PerformanceRecommendationFilter) GetStates() []string

GetStates returns the States field if non-nil, zero value otherwise.

GetStatesOk

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.

SetStates

func (o *PerformanceRecommendationFilter) SetStates(v []string)

SetStates sets States field to given value.

GetTypes

func (o *PerformanceRecommendationFilter) GetTypes() []string

GetTypes returns the Types field if non-nil, zero value otherwise.

GetTypesOk

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.

SetTypes

func (o *PerformanceRecommendationFilter) SetTypes(v []string)

SetTypes sets Types field to given value.

GetUniverseId

func (o *PerformanceRecommendationFilter) GetUniverseId() string

GetUniverseId returns the UniverseId field if non-nil, zero value otherwise.

GetUniverseIdOk

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.

SetUniverseId

func (o *PerformanceRecommendationFilter) SetUniverseId(v string)

SetUniverseId sets UniverseId field to given value.

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