Class: DatadogAPIClient::V2::ProductAnalyticsInterval
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ProductAnalyticsInterval
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/product_analytics_interval.rb
Overview
An interval definition in a timeseries response.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#milliseconds ⇒ Object
The duration of each time bucket in milliseconds.
-
#start_time ⇒ Object
The start of this interval as an epoch timestamp in milliseconds.
-
#times ⇒ Object
Epoch timestamps (in milliseconds) for each bucket in this interval.
-
#type ⇒ Object
The interval type (e.g., fixed or auto-computed bucket size).
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/product_analytics_interval.rb', line 36 def additional_properties @additional_properties end |
#milliseconds ⇒ Object
The duration of each time bucket in milliseconds.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/product_analytics_interval.rb', line 25 def milliseconds @milliseconds end |
#start_time ⇒ Object
The start of this interval as an epoch timestamp in milliseconds.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/product_analytics_interval.rb', line 28 def start_time @start_time end |
#times ⇒ Object
Epoch timestamps (in milliseconds) for each bucket in this interval.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/product_analytics_interval.rb', line 31 def times @times end |
#type ⇒ Object
The interval type (e.g., fixed or auto-computed bucket size).
34 35 36 |
# File 'lib/datadog_api_client/v2/models/product_analytics_interval.rb', line 34 def type @type end |