docs/v1/FunnelQuery.md in datadog_api_client-1.4.0 vs docs/v1/FunnelQuery.md in datadog_api_client-1.5.0

- old
+ new

@@ -1,14 +1,14 @@ # DatadogAPIClient::V1::FunnelQuery ## Properties -| Name | Type | Description | Notes | -| ---- | ---- | ----------- | ----- | -| **data_source** | [**FunnelSource**](FunnelSource.md) | | [default to 'rum'] | -| **query_string** | **String** | The widget query. | | -| **steps** | **Array<Object>** | List of funnel steps. | | +| Name | Type | Description | Notes | +| ---------------- | ----------------------------------- | --------------------- | -------------------------- | +| **data_source** | [**FunnelSource**](FunnelSource.md) | | [default to 'rum'] | +| **query_string** | **String** | The widget query. | | +| **steps** | **Array<Object>** | List of funnel steps. | | ## Example ```ruby require 'datadog_api_client/v1' @@ -17,6 +17,5 @@ data_source: null, query_string: @browser.name:Chrome, steps: null ) ``` -