Name | Type | Description | Notes |
---|---|---|---|
Shapes | Pointer to []ApiPerformanceAdvisorShapeView | List of query predicates, sorts, and projections that the Performance Advisor suggests. | [optional] [readonly] |
SuggestedIndexes | Pointer to []ApiPerformanceAdvisorIndexView | List that contains the documents with information about the indexes that the Performance Advisor suggests. | [optional] [readonly] |
func NewApiPerformanceAdvisorResponseView() *ApiPerformanceAdvisorResponseView
NewApiPerformanceAdvisorResponseView instantiates a new ApiPerformanceAdvisorResponseView 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 NewApiPerformanceAdvisorResponseViewWithDefaults() *ApiPerformanceAdvisorResponseView
NewApiPerformanceAdvisorResponseViewWithDefaults instantiates a new ApiPerformanceAdvisorResponseView 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 *ApiPerformanceAdvisorResponseView) GetShapes() []ApiPerformanceAdvisorShapeView
GetShapes returns the Shapes field if non-nil, zero value otherwise.
func (o *ApiPerformanceAdvisorResponseView) GetShapesOk() (*[]ApiPerformanceAdvisorShapeView, bool)
GetShapesOk returns a tuple with the Shapes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiPerformanceAdvisorResponseView) SetShapes(v []ApiPerformanceAdvisorShapeView)
SetShapes sets Shapes field to given value.
func (o *ApiPerformanceAdvisorResponseView) HasShapes() bool
HasShapes returns a boolean if a field has been set.
func (o *ApiPerformanceAdvisorResponseView) GetSuggestedIndexes() []ApiPerformanceAdvisorIndexView
GetSuggestedIndexes returns the SuggestedIndexes field if non-nil, zero value otherwise.
func (o *ApiPerformanceAdvisorResponseView) GetSuggestedIndexesOk() (*[]ApiPerformanceAdvisorIndexView, bool)
GetSuggestedIndexesOk returns a tuple with the SuggestedIndexes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiPerformanceAdvisorResponseView) SetSuggestedIndexes(v []ApiPerformanceAdvisorIndexView)
SetSuggestedIndexes sets SuggestedIndexes field to given value.
func (o *ApiPerformanceAdvisorResponseView) HasSuggestedIndexes() bool
HasSuggestedIndexes returns a boolean if a field has been set.