Sha256: 4c7523a88ff1c00132dbd952cbf75a7953a93c6fca8ed25758e6188e709a8be3
Contents?: true
Size: 795 Bytes
Versions: 2
Compression:
Stored size: 795 Bytes
Contents
# 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 ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/FunnelQuery.md |
datadog_api_client-1.5.0 | docs/v1/FunnelQuery.md |