Name | Type | Description | Notes |
---|---|---|---|
SlowQueries | Pointer to []ApiPerformanceAdvisorSlowQueryView | List of operations that the Performance Advisor detected that took longer to execute than a specified threshold. | [optional] [readonly] |
func NewApiPerformanceAdvisorSlowQueryListView() *ApiPerformanceAdvisorSlowQueryListView
NewApiPerformanceAdvisorSlowQueryListView instantiates a new ApiPerformanceAdvisorSlowQueryListView 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 NewApiPerformanceAdvisorSlowQueryListViewWithDefaults() *ApiPerformanceAdvisorSlowQueryListView
NewApiPerformanceAdvisorSlowQueryListViewWithDefaults instantiates a new ApiPerformanceAdvisorSlowQueryListView 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 *ApiPerformanceAdvisorSlowQueryListView) GetSlowQueries() []ApiPerformanceAdvisorSlowQueryView
GetSlowQueries returns the SlowQueries field if non-nil, zero value otherwise.
func (o *ApiPerformanceAdvisorSlowQueryListView) GetSlowQueriesOk() (*[]ApiPerformanceAdvisorSlowQueryView, bool)
GetSlowQueriesOk returns a tuple with the SlowQueries field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiPerformanceAdvisorSlowQueryListView) SetSlowQueries(v []ApiPerformanceAdvisorSlowQueryView)
SetSlowQueries sets SlowQueries field to given value.
func (o *ApiPerformanceAdvisorSlowQueryListView) HasSlowQueries() bool
HasSlowQueries returns a boolean if a field has been set.