Class: DatadogAPIClient::V2::SpansAggregateResponseMetadata
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SpansAggregateResponseMetadata
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/spans_aggregate_response_metadata.rb
Overview
The metadata associated with a request.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#elapsed ⇒ Object
The time elapsed in milliseconds.
-
#request_id ⇒ Object
The identifier of the request.
-
#status ⇒ Object
The status of the response.
-
#warnings ⇒ Object
A list of warnings (non fatal errors) encountered, partial results might be returned if warnings are present in the response.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/spans_aggregate_response_metadata.rb', line 37 def additional_properties @additional_properties end |
#elapsed ⇒ Object
The time elapsed in milliseconds.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/spans_aggregate_response_metadata.rb', line 25 def elapsed @elapsed end |
#request_id ⇒ Object
The identifier of the request.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/spans_aggregate_response_metadata.rb', line 28 def request_id @request_id end |
#status ⇒ Object
The status of the response.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/spans_aggregate_response_metadata.rb', line 31 def status @status end |
#warnings ⇒ Object
A list of warnings (non fatal errors) encountered, partial results might be returned if warnings are present in the response.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/spans_aggregate_response_metadata.rb', line 35 def warnings @warnings end |