Class: DatadogAPIClient::V2::BatchRowsQueryRequestDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::BatchRowsQueryRequestDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/batch_rows_query_request_data_attributes.rb
Overview
Attributes for a batch rows query request.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#row_ids ⇒ Object
readonly
List of row identifiers to query from the reference table.
-
#table_id ⇒ Object
readonly
Unique identifier of the reference table to query.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/batch_rows_query_request_data_attributes.rb', line 30 def additional_properties @additional_properties end |
#row_ids ⇒ Object
List of row identifiers to query from the reference table.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/batch_rows_query_request_data_attributes.rb', line 25 def row_ids @row_ids end |
#table_id ⇒ Object
Unique identifier of the reference table to query.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/batch_rows_query_request_data_attributes.rb', line 28 def table_id @table_id end |