Sha256: e6defefbfef6bc12a4941901e4b65fc2e8ef92e9b2a4b4d7aa5780f660fa19dc
Contents?: true
Size: 834 Bytes
Versions: 7
Compression:
Stored size: 834 Bytes
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
7 entries across 7 versions & 1 rubygems