Class: DatadogAPIClient::V2::RecommendationsFilterRequest
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::RecommendationsFilterRequest
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/recommendations_filter_request.rb
Overview
Request body for filtering cost recommendations.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#filter ⇒ Object
Filter expression applied to the recommendations.
-
#scope ⇒ Object
Recommendations scope.
-
#sort ⇒ Object
Ordered list of sort clauses applied to the result set.
-
#view ⇒ Object
Active view name (for example,
active,dismissed,open,in-progress, orcompleted).
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/recommendations_filter_request.rb', line 36 def additional_properties @additional_properties end |
#filter ⇒ Object
Filter expression applied to the recommendations.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/recommendations_filter_request.rb', line 25 def filter @filter end |
#scope ⇒ Object
Recommendations scope. Defaults to ccm; use experiment for experimental recommendations or * for both.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/recommendations_filter_request.rb', line 28 def scope @scope end |
#sort ⇒ Object
Ordered list of sort clauses applied to the result set.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/recommendations_filter_request.rb', line 31 def sort @sort end |
#view ⇒ Object
Active view name (for example, active, dismissed, open, in-progress, or completed).
34 35 36 |
# File 'lib/datadog_api_client/v2/models/recommendations_filter_request.rb', line 34 def view @view end |