Class: DatadogAPIClient::V2::DdsqlTabularQueryFetchRequestAttributes

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_idObject

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