File tree Expand file tree Collapse file tree
lib/datadog_api_client/v1/models Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13992,19 +13992,19 @@ components:
1399213992 x-enum-varnames:
1399313993 - NETFLOW_SANKEY
1399413994 SankeyRumDataSource:
13995- default: rum
13996- description: Sankey widget with RUM data source.
13995+ default: product_analytics
13996+ description: Product Analytics or RUM data source type .
1399713997 enum:
1399813998 - rum
1399913999 - product_analytics
14000- example: rum
14000+ example: product_analytics
1400114001 type: string
1400214002 x-enum-varnames:
1400314003 - RUM
1400414004 - PRODUCT_ANALYTICS
1400514005 SankeyRumQuery:
1400614006 additionalProperties: false
14007- description: Sankey widget with RUM data source query .
14007+ description: Query configuration for Product Analytics or RUM Sankey widget .
1400814008 properties:
1400914009 audience_filters:
1401014010 $ref: "#/components/schemas/ProductAnalyticsAudienceFilters"
@@ -14044,7 +14044,7 @@ components:
1404414044 type: object
1404514045 SankeyRumQueryMode:
1404614046 default: source
14047- description: Sankey mode for RUM queries.
14047+ description: Sankey mode for Product Analytics or RUM queries.
1404814048 enum:
1404914049 - source
1405014050 - target
@@ -14055,7 +14055,7 @@ components:
1405514055 - TARGET
1405614056 SankeyRumRequest:
1405714057 additionalProperties: false
14058- description: Sankey widget with RUM data source.
14058+ description: Sankey widget request for Product Analytics or RUM data source.
1405914059 properties:
1406014060 query:
1406114061 $ref: "#/components/schemas/SankeyRumQuery"
Original file line number Diff line number Diff line change 1717require 'time'
1818
1919module DatadogAPIClient ::V1
20- # Sankey widget with RUM data source.
20+ # Product Analytics or RUM data source type .
2121 class SankeyRumDataSource
2222 include BaseEnumModel
2323
Original file line number Diff line number Diff line change 1717require 'time'
1818
1919module DatadogAPIClient ::V1
20- # Sankey widget with RUM data source query .
20+ # Query configuration for Product Analytics or RUM Sankey widget .
2121 class SankeyRumQuery
2222 include BaseGenericModel
2323
2424 # Product Analytics/RUM audience filters.
2525 attr_accessor :audience_filters
2626
27- # Sankey widget with RUM data source.
27+ # Product Analytics or RUM data source type .
2828 attr_reader :data_source
2929
3030 # Entries per step.
@@ -33,7 +33,7 @@ class SankeyRumQuery
3333 # Join keys.
3434 attr_accessor :join_keys
3535
36- # Sankey mode for RUM queries.
36+ # Sankey mode for Product Analytics or RUM queries.
3737 attr_reader :mode
3838
3939 # Number of steps.
Original file line number Diff line number Diff line change 1717require 'time'
1818
1919module DatadogAPIClient ::V1
20- # Sankey mode for RUM queries.
20+ # Sankey mode for Product Analytics or RUM queries.
2121 class SankeyRumQueryMode
2222 include BaseEnumModel
2323
Original file line number Diff line number Diff line change 1717require 'time'
1818
1919module DatadogAPIClient ::V1
20- # Sankey widget with RUM data source.
20+ # Sankey widget request for Product Analytics or RUM data source.
2121 class SankeyRumRequest
2222 include BaseGenericModel
2323
24- # Sankey widget with RUM data source query .
24+ # Query configuration for Product Analytics or RUM Sankey widget .
2525 attr_reader :query
2626
2727 # Type of the Sankey widget.
You can’t perform that action at this time.
0 commit comments