Class: DatadogAPIClient::V1::UsageCustomReportsPage
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::UsageCustomReportsPage
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/usage_custom_reports_page.rb
Overview
The object containing page total count.
Instance Attribute Summary collapse
-
#total_count ⇒ Object
Total page count.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#total_count ⇒ Object
Total page count.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/usage_custom_reports_page.rb', line 29 def total_count @total_count end |