Class: DatadogAPIClient::V2::EventsGroupBy

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

Overview

A dimension on which to split a query’s results.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



34
35
36
# File 'lib/datadog_api_client/v2/models/events_group_by.rb', line 34

def additional_properties
  @additional_properties
end

#facetObject

The facet by which to split groups.



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

def facet
  @facet
end

#limitObject

The maximum buckets to return for this group by. Note: at most 10000 buckets are allowed. If grouping by multiple facets, the product of limits must not exceed 10000.



29
30
31
# File 'lib/datadog_api_client/v2/models/events_group_by.rb', line 29

def limit
  @limit
end

#sortObject

The dimension by which to sort a query’s results.



32
33
34
# File 'lib/datadog_api_client/v2/models/events_group_by.rb', line 32

def sort
  @sort
end