Class: DatadogAPIClient::V1::MonitorSearchResponseMetadata
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::MonitorSearchResponseMetadata
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/monitor_search_response_metadata.rb
Overview
Metadata about the response.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#page ⇒ Object
The page to start paginating from.
-
#page_count ⇒ Object
The number of pages.
-
#per_page ⇒ Object
The number of monitors to return per page.
-
#total_count ⇒ Object
The total number of monitors.
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/v1/models/monitor_search_response_metadata.rb', line 36 def additional_properties @additional_properties end |
#page ⇒ Object
The page to start paginating from.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/monitor_search_response_metadata.rb', line 25 def page @page end |
#page_count ⇒ Object
The number of pages.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/monitor_search_response_metadata.rb', line 28 def page_count @page_count end |
#per_page ⇒ Object
The number of monitors to return per page.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/monitor_search_response_metadata.rb', line 31 def per_page @per_page end |
#total_count ⇒ Object
The total number of monitors.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/monitor_search_response_metadata.rb', line 34 def total_count @total_count end |