Class: DatadogAPIClient::V2::DdsqlTabularQueryResponseMeta

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#elapsedObject

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_idObject

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