From 38f384c7526bd3cfdb59086dd4540f1b46c15d63 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Tue, 25 Aug 2026 18:22:37 +0000 Subject: [PATCH] Regenerate client from commit 49871d0 of spec repo --- .generator/schemas/v2/openapi.yaml | 4 +++- lib/datadog_api_client/v2/models/cost_aggregation_type.rb | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index e24a358f1bdc..b92825008e56 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/lib/datadog_api_client/v2/models/cost_aggregation_type.rb b/lib/datadog_api_client/v2/models/cost_aggregation_type.rb index c26e50d2a8e2..ee57a8ea4063 100644 --- a/lib/datadog_api_client/v2/models/cost_aggregation_type.rb +++ b/lib/datadog_api_client/v2/models/cost_aggregation_type.rb @@ -17,7 +17,8 @@ require 'time' module DatadogAPIClient::V2 - # 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. class CostAggregationType include BaseEnumModel