From 400168175ab6a4e47dfa08b754283d82d5a7bfcc Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Tue, 22 Sep 2026 16:43:38 +0000 Subject: [PATCH] Regenerate client from commit 41e19db of spec repo --- .generator/schemas/v2/openapi.yaml | 6 +++--- ...eployment_gates_evaluation_result_response_attributes.rb | 6 +++--- ...tes_evaluation_result_response_attributes_gate_status.rb | 6 +++--- .../v2/models/deployment_gates_rule_response.rb | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index daf2244ff59b..ad665f560ae2 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -35090,10 +35090,10 @@ components: type: object DeploymentGatesEvaluationResultResponseAttributesGateStatus: description: |- - The overall status of the gate evaluation. + The recorded result of a gate or rule evaluation. - `in_progress`: The evaluation is still running. - - `pass`: All rules passed successfully and the deployment is allowed to proceed. - - `fail`: One or more rules did not pass; the deployment should not proceed. + - `pass`: All rules passed successfully. + - `fail`: One or more rules did not pass. enum: - in_progress - pass diff --git a/lib/datadog_api_client/v2/models/deployment_gates_evaluation_result_response_attributes.rb b/lib/datadog_api_client/v2/models/deployment_gates_evaluation_result_response_attributes.rb index ebf9a07b4f02..c6abf207b0c4 100644 --- a/lib/datadog_api_client/v2/models/deployment_gates_evaluation_result_response_attributes.rb +++ b/lib/datadog_api_client/v2/models/deployment_gates_evaluation_result_response_attributes.rb @@ -33,10 +33,10 @@ class DeploymentGatesEvaluationResultResponseAttributes # The unique identifier of the deployment gate. attr_reader :gate_id - # The overall status of the gate evaluation. + # The recorded result of a gate or rule evaluation. # - `in_progress`: The evaluation is still running. - # - `pass`: All rules passed successfully and the deployment is allowed to proceed. - # - `fail`: One or more rules did not pass; the deployment should not proceed. + # - `pass`: All rules passed successfully. + # - `fail`: One or more rules did not pass. attr_reader :gate_status # The results of individual rule evaluations. diff --git a/lib/datadog_api_client/v2/models/deployment_gates_evaluation_result_response_attributes_gate_status.rb b/lib/datadog_api_client/v2/models/deployment_gates_evaluation_result_response_attributes_gate_status.rb index 67235708d8d3..5bdf6596d607 100644 --- a/lib/datadog_api_client/v2/models/deployment_gates_evaluation_result_response_attributes_gate_status.rb +++ b/lib/datadog_api_client/v2/models/deployment_gates_evaluation_result_response_attributes_gate_status.rb @@ -17,10 +17,10 @@ require 'time' module DatadogAPIClient::V2 - # The overall status of the gate evaluation. + # The recorded result of a gate or rule evaluation. # - `in_progress`: The evaluation is still running. - # - `pass`: All rules passed successfully and the deployment is allowed to proceed. - # - `fail`: One or more rules did not pass; the deployment should not proceed. + # - `pass`: All rules passed successfully. + # - `fail`: One or more rules did not pass. class DeploymentGatesEvaluationResultResponseAttributesGateStatus include BaseEnumModel diff --git a/lib/datadog_api_client/v2/models/deployment_gates_rule_response.rb b/lib/datadog_api_client/v2/models/deployment_gates_rule_response.rb index 9afeac7895e1..c61d4f94b361 100644 --- a/lib/datadog_api_client/v2/models/deployment_gates_rule_response.rb +++ b/lib/datadog_api_client/v2/models/deployment_gates_rule_response.rb @@ -30,10 +30,10 @@ class DeploymentGatesRuleResponse # The reason for the rule result, if applicable. attr_accessor :reason - # The overall status of the gate evaluation. + # The recorded result of a gate or rule evaluation. # - `in_progress`: The evaluation is still running. - # - `pass`: All rules passed successfully and the deployment is allowed to proceed. - # - `fail`: One or more rules did not pass; the deployment should not proceed. + # - `pass`: All rules passed successfully. + # - `fail`: One or more rules did not pass. attr_accessor :status attr_accessor :additional_properties