Class: DatadogAPIClient::V2::DdsqlTabularQueryResponse

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#dataObject

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

#metaObject

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
  @meta
end