Sha256: 970ebed22c10ffafc687053561c69c35817129ebad8f6537689833ccacbd38c9

Contents?: true

Size: 1.4 KB

Versions: 2

Compression:

Stored size: 1.4 KB

Contents

# DatadogAPIClient::V1::ScatterplotTableRequest

## Properties

| Name                | Type                                                                                       | Description                                                                                               | Notes      |
| ------------------- | ------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------- | ---------- |
| **formulas**        | [**Array<ScatterplotWidgetFormula>**](ScatterplotWidgetFormula.md)                   | List of Scatterplot formulas that operate on queries. **This feature is currently in beta.**              | [optional] |
| **queries**         | [**Array<FormulaAndFunctionQueryDefinition>**](FormulaAndFunctionQueryDefinition.md) | List of queries that can be returned directly or used in formulas. **This feature is currently in beta.** | [optional] |
| **response_format** | [**FormulaAndFunctionResponseFormat**](FormulaAndFunctionResponseFormat.md)                |                                                                                                           | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::ScatterplotTableRequest.new(
  formulas: null,
  queries: null,
  response_format: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v1/ScatterplotTableRequest.md
datadog_api_client-1.5.0 docs/v1/ScatterplotTableRequest.md