Sha256: 7351d636a759cb7c1aae7759b43b7dc6dde783bf51369e5b42345df78780d2f7
Contents?: true
Size: 951 Bytes
Versions: 2
Compression:
Stored size: 951 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.6.0 | docs/v1/ListStreamWidgetRequest.md |
datadog_api_client-1.5.0 | docs/v1/ListStreamWidgetRequest.md |