Class: DatadogAPIClient::V2::EventsCompute
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::EventsCompute
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/events_compute.rb
Overview
The instructions for what to compute for this query.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#aggregation ⇒ Object
readonly
The type of aggregation that can be performed on events-based queries.
-
#interval ⇒ Object
Interval for compute in milliseconds.
-
#metric ⇒ Object
The "measure" attribute on which to perform the computation.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/events_compute.rb', line 33 def additional_properties @additional_properties end |
#aggregation ⇒ Object
The type of aggregation that can be performed on events-based queries.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/events_compute.rb', line 25 def aggregation @aggregation end |
#interval ⇒ Object
Interval for compute in milliseconds.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/events_compute.rb', line 28 def interval @interval end |
#metric ⇒ Object
The "measure" attribute on which to perform the computation.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/events_compute.rb', line 31 def metric @metric end |