From eb5266ad16ffa73fae60e4f88fecc109a88815f0 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Thu, 11 Sep 2025 15:22:12 +0000 Subject: [PATCH] Regenerate client from commit 8548980 of spec repo --- .generator/schemas/v2/openapi.yaml | 2 +- .../v2/model/dora_failure_request_attributes.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 0f8479d771..011c51ec12 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -12733,7 +12733,7 @@ components: type: string finished_at: description: Unix timestamp when the failure finished. It must be in nanoseconds, - milliseconds, or seconds, and it should not be older than 1 hour. + milliseconds, or seconds. example: 1693491984000000000 format: int64 type: integer diff --git a/src/datadog_api_client/v2/model/dora_failure_request_attributes.py b/src/datadog_api_client/v2/model/dora_failure_request_attributes.py index af88fa8676..e6d41106b7 100644 --- a/src/datadog_api_client/v2/model/dora_failure_request_attributes.py +++ b/src/datadog_api_client/v2/model/dora_failure_request_attributes.py @@ -75,7 +75,7 @@ def __init__( :param env: Environment name that was impacted by the failure. :type env: str, optional - :param finished_at: Unix timestamp when the failure finished. It must be in nanoseconds, milliseconds, or seconds, and it should not be older than 1 hour. + :param finished_at: Unix timestamp when the failure finished. It must be in nanoseconds, milliseconds, or seconds. :type finished_at: int, optional :param git: Git info for DORA Metrics events.