Class: DatadogAPIClient::V2::SpansAggregateResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SpansAggregateResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/spans_aggregate_response.rb
Overview
The response object for the spans aggregate API endpoint.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#data ⇒ Object
The list of matching buckets, one item per bucket.
-
#meta ⇒ Object
The metadata associated with a request.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/spans_aggregate_response.rb', line 30 def additional_properties @additional_properties end |
#data ⇒ Object
The list of matching buckets, one item per bucket.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/spans_aggregate_response.rb', line 25 def data @data end |
#meta ⇒ Object
The metadata associated with a request.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/spans_aggregate_response.rb', line 28 def @meta end |