Sha256: cd9c05506c17c965788d639d385c4f9db15c2148eb0d7f6a337fe8a8a79fe37f

Contents?: true

Size: 720 Bytes

Versions: 2

Compression:

Stored size: 720 Bytes

Contents

# DatadogAPIClient::V1::ListStreamWidgetRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **columns** | [**Array<ListStreamColumn>**](ListStreamColumn.md) | Widget columns. |  |
| **query** | [**ListStreamQuery**](ListStreamQuery.md) |  |  |
| **response_format** | [**ListStreamResponseFormat**](ListStreamResponseFormat.md) |  |  |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::ListStreamWidgetRequest.new(
  columns: [{"field":"timestamp","width":"auto"},{"field":"content","width":"full"}],
  query: null,
  response_format: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v1/ListStreamWidgetRequest.md
datadog_api_client-1.3.0 docs/v1/ListStreamWidgetRequest.md