Sha256: 62dd51a957ea21be8e823333cd4267cc426378856afef60a23928b916382582e
Contents?: true
Size: 410 Bytes
Versions: 2
Compression:
Stored size: 410 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.4.0 | docs/v1/ListStreamColumn.md |
datadog_api_client-1.3.0 | docs/v1/ListStreamColumn.md |