Class: DatadogAPIClient::V1::UsageCustomReportsPage

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#total_countObject

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