Class: DatadogAPIClient::V2::DowntimeMetaPage

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/downtime_meta_page.rb

Overview

Object containing the total filtered count.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#total_filtered_countObject

Total count of elements matched by the filter.



25
26
27
# File 'lib/datadog_api_client/v2/models/downtime_meta_page.rb', line 25

def total_filtered_count
  @total_filtered_count
end