Class: DatadogAPIClient::V2::DdsqlTabularQueryResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::DdsqlTabularQueryResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/ddsql_tabular_query_response.rb
Overview
Response envelope for both the execute and fetch DDSQL tabular query endpoints.
Carries the JSON:API primary resource and a top-level meta block with
request-scoped observability handles.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#data ⇒ Object
readonly
JSON:API resource object for a DDSQL tabular query response.
-
#meta ⇒ Object
readonly
Top-level JSON:API meta block accompanying every DDSQL tabular query response.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/ddsql_tabular_query_response.rb', line 33 def additional_properties @additional_properties end |
#data ⇒ Object
JSON:API resource object for a DDSQL tabular query response.
27 28 29 |
# File 'lib/datadog_api_client/v2/models/ddsql_tabular_query_response.rb', line 27 def data @data end |
#meta ⇒ Object
Top-level JSON:API meta block accompanying every DDSQL tabular query response. Carries standard observability handles for client-side correlation.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/ddsql_tabular_query_response.rb', line 31 def @meta end |