From 78f63e2e99ba8c720b399bdf7fa6bd12984cad4c Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Tue, 25 Aug 2026 18:22:05 +0000 Subject: [PATCH] Regenerate client from commit 49871d0 of spec repo --- .generator/schemas/v2/openapi.yaml | 4 +++- src/datadog_api_client/v2/model/cost_aggregation_type.py | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index e24a358f1b..b92825008e 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -22397,7 +22397,9 @@ components: $ref: "#/components/schemas/ConvertJobResultsToSignalsData" type: object CostAggregationType: - description: "Controls how costs are aggregated when using `start_date`. The `cumulative` option returns month-to-date running totals." + description: |- + Controls how costs are aggregated when using `start_date`. + The `cumulative` option returns month-to-date running totals. enum: - cumulative type: string diff --git a/src/datadog_api_client/v2/model/cost_aggregation_type.py b/src/datadog_api_client/v2/model/cost_aggregation_type.py index 01aa3f8996..84614932d8 100644 --- a/src/datadog_api_client/v2/model/cost_aggregation_type.py +++ b/src/datadog_api_client/v2/model/cost_aggregation_type.py @@ -14,7 +14,8 @@ class CostAggregationType(ModelSimple): """ - Controls how costs are aggregated when using `start_date`. The `cumulative` option returns month-to-date running totals. + Controls how costs are aggregated when using `start_date`. + The `cumulative` option returns month-to-date running totals. :param value: If omitted defaults to "cumulative". Must be one of ["cumulative"]. :type value: str