Sha256: 4d9bf8fef7e55156763570094082a85da498ccb2bf8d79f0c537090b3562e58f

Contents?: true

Size: 548 Bytes

Versions: 2

Compression:

Stored size: 548 Bytes

Contents

# DatadogAPIClient::V2::LogsAggregateBucketValueTimeseriesPoint

## Properties

| Name      | Type       | Description                   | Notes      |
| --------- | ---------- | ----------------------------- | ---------- |
| **time**  | **String** | The time value for this point | [optional] |
| **value** | **Float**  | The value for this point      | [optional] |

## Example

```ruby
require 'datadog_api_client/v2'

instance = DatadogAPIClient::V2::LogsAggregateBucketValueTimeseriesPoint.new(
  time: 2020-06-08T11:55:00Z,
  value: 19
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v2/LogsAggregateBucketValueTimeseriesPoint.md
datadog_api_client-1.5.0 docs/v2/LogsAggregateBucketValueTimeseriesPoint.md