Sha256: 5e3c559ce744b61f7e8ab3a15289789077dcd5f859a04ec9af06fb111b4a7fa9
Contents?: true
Size: 644 Bytes
Versions: 2
Compression:
Stored size: 644 Bytes
Contents
# DatadogAPIClient::V2::LogsAggregateResponseData ## Properties | Name | Type | Description | Notes | | ----------- | -------------------------------------------------------------- | ------------------------------------------------- | ---------- | | **buckets** | [**Array<LogsAggregateBucket>**](LogsAggregateBucket.md) | The list of matching buckets, one item per bucket | [optional] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::LogsAggregateResponseData.new( buckets: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v2/LogsAggregateResponseData.md |
datadog_api_client-1.5.0 | docs/v2/LogsAggregateResponseData.md |