Class: DatadogAPIClient::V2::DdsqlTabularQueryResponseData
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::DdsqlTabularQueryResponseData
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/ddsql_tabular_query_response_data.rb
Overview
JSON:API resource object for a DDSQL tabular query response.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#attributes ⇒ Object
readonly
Attributes of a DDSQL tabular query response.
-
#id ⇒ Object
readonly
Stable identifier for the query response resource.
-
#type ⇒ Object
readonly
JSON:API resource type for a DDSQL tabular query response.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/ddsql_tabular_query_response_data.rb', line 34 def additional_properties @additional_properties end |
#attributes ⇒ Object
Attributes of a DDSQL tabular query response. query_id is set when
state is running; columns is set when state is completed.
26 27 28 |
# File 'lib/datadog_api_client/v2/models/ddsql_tabular_query_response_data.rb', line 26 def attributes @attributes end |
#id ⇒ Object
Stable identifier for the query response resource.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/ddsql_tabular_query_response_data.rb', line 29 def id @id end |
#type ⇒ Object
JSON:API resource type for a DDSQL tabular query response.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/ddsql_tabular_query_response_data.rb', line 32 def type @type end |