# 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. | | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::FunnelQuery.new( data_source: null, query_string: @browser.name:Chrome, steps: null ) ```