Sha256: 59b719f473ed0b0d2c16eb1335b5b824fd03d6be17e9217c54d1276c69f6120e
Contents?: true
Size: 1.42 KB
Versions: 2
Compression:
Stored size: 1.42 KB
Contents
# DatadogAPIClient::V2::LogsGroupBy ## Properties | Name | Type | Description | Notes | | ------------- | --------------------------------------------------- | ----------------------------------------------- | ------------------------- | | **facet** | **String** | The name of the facet to use (required) | | | **histogram** | [**LogsGroupByHistogram**](LogsGroupByHistogram.md) | | [optional] | | **limit** | **Integer** | The maximum buckets to return for this group by | [optional][default to 10] | | **missing** | [**LogsGroupByMissing**](LogsGroupByMissing.md) | | [optional] | | **sort** | [**LogsAggregateSort**](LogsAggregateSort.md) | | [optional] | | **total** | [**LogsGroupByTotal**](LogsGroupByTotal.md) | | [optional] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::LogsGroupBy.new( facet: host, histogram: null, limit: null, missing: null, sort: null, total: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v2/LogsGroupBy.md |
datadog_api_client-1.5.0 | docs/v2/LogsGroupBy.md |