diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index 620108cc5b..c25805a3c1 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -13992,19 +13992,19 @@ components: x-enum-varnames: - NETFLOW_SANKEY SankeyRumDataSource: - default: rum - description: Sankey widget with RUM data source. + default: product_analytics + description: Product Analytics or RUM data source type. enum: - rum - product_analytics - example: rum + example: product_analytics type: string x-enum-varnames: - RUM - PRODUCT_ANALYTICS SankeyRumQuery: additionalProperties: false - description: Sankey widget with RUM data source query. + description: Query configuration for Product Analytics or RUM Sankey widget. properties: audience_filters: $ref: "#/components/schemas/ProductAnalyticsAudienceFilters" @@ -14044,7 +14044,7 @@ components: type: object SankeyRumQueryMode: default: source - description: Sankey mode for RUM queries. + description: Sankey mode for Product Analytics or RUM queries. enum: - source - target @@ -14055,7 +14055,7 @@ components: - TARGET SankeyRumRequest: additionalProperties: false - description: Sankey widget with RUM data source. + description: Sankey widget request for Product Analytics or RUM data source. properties: query: $ref: "#/components/schemas/SankeyRumQuery" diff --git a/src/datadog_api_client/v1/model/sankey_rum_data_source.py b/src/datadog_api_client/v1/model/sankey_rum_data_source.py index 7945d0fbaf..7f345305fa 100644 --- a/src/datadog_api_client/v1/model/sankey_rum_data_source.py +++ b/src/datadog_api_client/v1/model/sankey_rum_data_source.py @@ -14,9 +14,9 @@ class SankeyRumDataSource(ModelSimple): """ - Sankey widget with RUM data source. + Product Analytics or RUM data source type. - :param value: If omitted defaults to "rum". Must be one of ["rum", "product_analytics"]. + :param value: If omitted defaults to "product_analytics". Must be one of ["rum", "product_analytics"]. :type value: str """ diff --git a/src/datadog_api_client/v1/model/sankey_rum_query.py b/src/datadog_api_client/v1/model/sankey_rum_query.py index 22a3cd1257..ed252bffb9 100644 --- a/src/datadog_api_client/v1/model/sankey_rum_query.py +++ b/src/datadog_api_client/v1/model/sankey_rum_query.py @@ -82,12 +82,12 @@ def __init__( **kwargs, ): """ - Sankey widget with RUM data source query. + Query configuration for Product Analytics or RUM Sankey widget. :param audience_filters: Product Analytics/RUM audience filters. :type audience_filters: ProductAnalyticsAudienceFilters, optional - :param data_source: Sankey widget with RUM data source. + :param data_source: Product Analytics or RUM data source type. :type data_source: SankeyRumDataSource :param entries_per_step: Entries per step. @@ -96,7 +96,7 @@ def __init__( :param join_keys: Join keys. :type join_keys: SankeyJoinKeys, optional - :param mode: Sankey mode for RUM queries. + :param mode: Sankey mode for Product Analytics or RUM queries. :type mode: SankeyRumQueryMode :param number_of_steps: Number of steps. diff --git a/src/datadog_api_client/v1/model/sankey_rum_query_mode.py b/src/datadog_api_client/v1/model/sankey_rum_query_mode.py index 186e27d5cd..d989dc0f4c 100644 --- a/src/datadog_api_client/v1/model/sankey_rum_query_mode.py +++ b/src/datadog_api_client/v1/model/sankey_rum_query_mode.py @@ -14,7 +14,7 @@ class SankeyRumQueryMode(ModelSimple): """ - Sankey mode for RUM queries. + Sankey mode for Product Analytics or RUM queries. :param value: If omitted defaults to "source". Must be one of ["source", "target"]. :type value: str diff --git a/src/datadog_api_client/v1/model/sankey_rum_request.py b/src/datadog_api_client/v1/model/sankey_rum_request.py index 928efc550a..7d377e144f 100644 --- a/src/datadog_api_client/v1/model/sankey_rum_request.py +++ b/src/datadog_api_client/v1/model/sankey_rum_request.py @@ -38,9 +38,9 @@ def openapi_types(_): def __init__(self_, query: SankeyRumQuery, request_type: SankeyWidgetDefinitionType, **kwargs): """ - Sankey widget with RUM data source. + Sankey widget request for Product Analytics or RUM data source. - :param query: Sankey widget with RUM data source query. + :param query: Query configuration for Product Analytics or RUM Sankey widget. :type query: SankeyRumQuery :param request_type: Type of the Sankey widget. diff --git a/src/datadog_api_client/v1/model/sankey_widget_request.py b/src/datadog_api_client/v1/model/sankey_widget_request.py index 3d66b98aaa..61142d45c6 100644 --- a/src/datadog_api_client/v1/model/sankey_widget_request.py +++ b/src/datadog_api_client/v1/model/sankey_widget_request.py @@ -15,7 +15,7 @@ def __init__(self, **kwargs): """ Request definition for Sankey widget. - :param query: Sankey widget with RUM data source query. + :param query: Query configuration for Product Analytics or RUM Sankey widget. :type query: SankeyRumQuery :param request_type: Type of the Sankey widget.