Sha256: b07574f1d8c34b5bdb863e29b17b09cf83e85b0dd656cf01190185720c687f7c

Contents?: true

Size: 857 Bytes

Versions: 2

Compression:

Stored size: 857 Bytes

Contents

# DatadogAPIClient::V1::ListStreamQuery

## Properties

| Name             | Type                                        | Description      | Notes                               |
| ---------------- | ------------------------------------------- | ---------------- | ----------------------------------- |
| **data_source**  | [**ListStreamSource**](ListStreamSource.md) |                  | [default to 'issue_stream'] |
| **indexes**      | **Array<String>**                     | List of indexes. | [optional]                          |
| **query_string** | **String**                                  | Widget query.    |                                     |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::ListStreamQuery.new(
  data_source: null,
  indexes: null,
  query_string: @service:app
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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