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.



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

def timestamp
  @timestamp
end

#valueObject

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



32
33
34
# File 'lib/datadog_api_client/v2/models/usage_time_series_object.rb', line 32

def value
  @value
end