Sha256: 39fb5f6c13b8f41ad71b0295cdd1376689dbffa787701e7c6c1125a1f7bbae95
Contents?: true
Size: 578 Bytes
Versions: 2
Compression:
Stored size: 578 Bytes
Contents
# DatadogAPIClient::V1::FunnelWidgetRequest ## Properties | Name | Type | Description | Notes | | ---------------- | --------------------------------------------- | ----------- | ----- | | **query** | [**FunnelQuery**](FunnelQuery.md) | | | | **request_type** | [**FunnelRequestType**](FunnelRequestType.md) | | | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::FunnelWidgetRequest.new( query: null, request_type: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/FunnelWidgetRequest.md |
datadog_api_client-1.5.0 | docs/v1/FunnelWidgetRequest.md |