Class: DatadogAPIClient::V2::DdsqlTabularQueryResponseMeta
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::DdsqlTabularQueryResponseMeta
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/ddsql_tabular_query_response_meta.rb
Overview
Top-level JSON:API meta block accompanying every DDSQL tabular query response. Carries standard observability handles for client-side correlation.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#elapsed ⇒ Object
readonly
Server-side time spent serving this request, in milliseconds.
-
#request_id ⇒ Object
readonly
Echo of the
DD-Request-IDheader assigned by Datadog's edge to this request, for support correlation.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/ddsql_tabular_query_response_meta.rb', line 32 def additional_properties @additional_properties end |
#elapsed ⇒ Object
Server-side time spent serving this request, in milliseconds.
26 27 28 |
# File 'lib/datadog_api_client/v2/models/ddsql_tabular_query_response_meta.rb', line 26 def elapsed @elapsed end |
#request_id ⇒ Object
Echo of the DD-Request-ID header assigned by Datadog's edge to this request,
for support correlation.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/ddsql_tabular_query_response_meta.rb', line 30 def request_id @request_id end |