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