Class: DatadogAPIClient::V2::RecommendationsPageMetaPage
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::RecommendationsPageMetaPage
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/recommendations_page_meta_page.rb
Overview
Pagination metadata for a page of cost recommendations.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#filter ⇒ Object
The filter expression that was applied to produce this page.
-
#next_page_token ⇒ Object
Opaque token used to fetch the next page; absent on the last page.
-
#page_size ⇒ Object
readonly
Number of items returned in this page (1–10000).
-
#page_token ⇒ Object
Pagination token echoed back from the request.
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_page_meta_page.rb', line 36 def additional_properties @additional_properties end |
#filter ⇒ Object
The filter expression that was applied to produce this page.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/recommendations_page_meta_page.rb', line 25 def filter @filter end |
#next_page_token ⇒ Object
Opaque token used to fetch the next page; absent on the last page.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/recommendations_page_meta_page.rb', line 28 def next_page_token @next_page_token end |
#page_size ⇒ Object
Number of items returned in this page (1–10000).
31 32 33 |
# File 'lib/datadog_api_client/v2/models/recommendations_page_meta_page.rb', line 31 def page_size @page_size end |
#page_token ⇒ Object
Pagination token echoed back from the request.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/recommendations_page_meta_page.rb', line 34 def page_token @page_token end |