Sha256: 54e96fa463ef374afc851b8111d6a81add33f7206d67ea3b024655bbce364d86

Contents?: true

Size: 608 Bytes

Versions: 2

Compression:

Stored size: 608 Bytes

Contents

# DatadogAPIClient::V1::ListStreamColumn

## Properties

| Name      | Type                                                  | Description          | Notes |
| --------- | ----------------------------------------------------- | -------------------- | ----- |
| **field** | **String**                                            | Widget column field. |       |
| **width** | [**ListStreamColumnWidth**](ListStreamColumnWidth.md) |                      |       |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::ListStreamColumn.new(
  field: content,
  width: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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