From 1d6d5578f3129aa09690329be518799feab461d6 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Tue, 7 Apr 2026 15:00:25 +0000 Subject: [PATCH] Regenerate client from commit 9847338 of spec repo --- .generator/schemas/v1/openapi.yaml | 2 ++ lib/datadog_api_client/v1/models/logs_index.rb | 8 ++++++++ .../v1/models/logs_index_update_request.rb | 8 ++++++++ 3 files changed, 18 insertions(+) diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index 5f6006a6baaf..17a6aacbb958 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -6107,6 +6107,7 @@ components: The available values depend on retention plans specified in your organization's contract/subscriptions. example: 360 format: int64 + nullable: true type: integer num_retention_days: description: |- @@ -6179,6 +6180,7 @@ components: **Note**: Changing this value affects all logs already in this index. It may also affect billing. example: 360 format: int64 + nullable: true type: integer num_retention_days: description: |- diff --git a/lib/datadog_api_client/v1/models/logs_index.rb b/lib/datadog_api_client/v1/models/logs_index.rb index aa72bcc5cccc..ce6f40074163 100644 --- a/lib/datadog_api_client/v1/models/logs_index.rb +++ b/lib/datadog_api_client/v1/models/logs_index.rb @@ -94,6 +94,14 @@ def self.openapi_types } end + # List of attributes with nullable: true + # @!visibility private + def self.openapi_nullable + Set.new([ + :'num_flex_logs_retention_days', + ]) + end + # Initializes the object # @param attributes [Hash] Model attributes in the form of hash # @!visibility private diff --git a/lib/datadog_api_client/v1/models/logs_index_update_request.rb b/lib/datadog_api_client/v1/models/logs_index_update_request.rb index 534812e4fd3b..f74512e21a05 100644 --- a/lib/datadog_api_client/v1/models/logs_index_update_request.rb +++ b/lib/datadog_api_client/v1/models/logs_index_update_request.rb @@ -94,6 +94,14 @@ def self.openapi_types } end + # List of attributes with nullable: true + # @!visibility private + def self.openapi_nullable + Set.new([ + :'num_flex_logs_retention_days', + ]) + end + # Initializes the object # @param attributes [Hash] Model attributes in the form of hash # @!visibility private