Sha256: f9c2e5caad8743e65780d06eb9b42e532df057597f02a2becfa8549ad0bc1b1b
Contents?: true
Size: 548 Bytes
Versions: 2
Compression:
Stored size: 548 Bytes
Contents
# DatadogAPIClient::V1::ListStreamQuery ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **data_source** | [**ListStreamSource**](ListStreamSource.md) | | [default to 'issue_stream'] | | **indexes** | **Array<String>** | List of indexes. | [optional] | | **query_string** | **String** | Widget query. | | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::ListStreamQuery.new( data_source: null, indexes: null, query_string: @service:app ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.4.0 | docs/v1/ListStreamQuery.md |
datadog_api_client-1.3.0 | docs/v1/ListStreamQuery.md |