# 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 ) ```