Class: DatadogAPIClient::V2::DdsqlTabularQueryFetchRequestAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::DdsqlTabularQueryFetchRequestAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/ddsql_tabular_query_fetch_request_attributes.rb
Overview
Attributes describing which previously submitted DDSQL query to fetch.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#query_id ⇒ Object
readonly
Opaque token returned by an earlier execute or fetch response that carried
state: running.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/ddsql_tabular_query_fetch_request_attributes.rb', line 28 def additional_properties @additional_properties end |
#query_id ⇒ Object
Opaque token returned by an earlier execute or fetch response that carried
state: running. Identifies the query to poll for results.
26 27 28 |
# File 'lib/datadog_api_client/v2/models/ddsql_tabular_query_fetch_request_attributes.rb', line 26 def query_id @query_id end |