Class: DatadogAPIClient::V2::UsageTimeSeriesObject

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/usage_time_series_object.rb

Overview

Usage timeseries data.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#timestampObject

Datetime in ISO-8601 format, UTC. The hour for the usage.



25
26
27
# File 'lib/datadog_api_client/v2/models/usage_time_series_object.rb', line 25

def timestamp
  @timestamp
end

#valueObject

Contains the number measured for the given usage_type during the hour.



28
29
30
# File 'lib/datadog_api_client/v2/models/usage_time_series_object.rb', line 28

def value
  @value
end