Class: DatadogAPIClient::V2::SpansAggregateRequest
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SpansAggregateRequest
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/spans_aggregate_request.rb
Overview
The object sent with the request to retrieve a list of aggregated spans from your organization.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#data ⇒ Object
The object containing the query content.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
27 28 29 |
# File 'lib/datadog_api_client/v2/models/spans_aggregate_request.rb', line 27 def additional_properties @additional_properties end |
#data ⇒ Object
The object containing the query content.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/spans_aggregate_request.rb', line 25 def data @data end |