Name | Type | Description | Notes |
---|---|---|---|
Line | Pointer to string | Text of the MongoDB log related to this slow query. | [optional] [readonly] |
Namespace | Pointer to string | Human-readable label that identifies the namespace on the specified host. The resource expresses this parameter value as `<database>.<collection>`. | [optional] [readonly] |
func NewApiPerformanceAdvisorSlowQueryView() *ApiPerformanceAdvisorSlowQueryView
NewApiPerformanceAdvisorSlowQueryView instantiates a new ApiPerformanceAdvisorSlowQueryView 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 NewApiPerformanceAdvisorSlowQueryViewWithDefaults() *ApiPerformanceAdvisorSlowQueryView
NewApiPerformanceAdvisorSlowQueryViewWithDefaults instantiates a new ApiPerformanceAdvisorSlowQueryView 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 *ApiPerformanceAdvisorSlowQueryView) GetLine() string
GetLine returns the Line field if non-nil, zero value otherwise.
func (o *ApiPerformanceAdvisorSlowQueryView) GetLineOk() (*string, bool)
GetLineOk returns a tuple with the Line field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiPerformanceAdvisorSlowQueryView) SetLine(v string)
SetLine sets Line field to given value.
func (o *ApiPerformanceAdvisorSlowQueryView) HasLine() bool
HasLine returns a boolean if a field has been set.
func (o *ApiPerformanceAdvisorSlowQueryView) GetNamespace() string
GetNamespace returns the Namespace field if non-nil, zero value otherwise.
func (o *ApiPerformanceAdvisorSlowQueryView) GetNamespaceOk() (*string, bool)
GetNamespaceOk returns a tuple with the Namespace field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiPerformanceAdvisorSlowQueryView) SetNamespace(v string)
SetNamespace sets Namespace field to given value.
func (o *ApiPerformanceAdvisorSlowQueryView) HasNamespace() bool
HasNamespace returns a boolean if a field has been set.