Skip to content

Commit 5ff040c

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 80e95aff of spec repo
1 parent 898b06a commit 5ff040c

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2025-03-25 18:26:19.730337",
8-
"spec_repo_commit": "b25d7c85"
7+
"regenerated": "2025-03-27 18:24:42.128225",
8+
"spec_repo_commit": "80e95aff"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-03-25 18:26:19.746346",
13-
"spec_repo_commit": "b25d7c85"
12+
"regenerated": "2025-03-27 18:24:42.143688",
13+
"spec_repo_commit": "80e95aff"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19109,6 +19109,7 @@ components:
1910919109
type: string
1911019110
type: object
1911119111
LogsQueryOptions:
19112+
deprecated: true
1911219113
description: 'Global query options that are used during the query.
1911319114

1911419115
Note: you should supply either timezone or time offset, but not both. Otherwise,

lib/datadog_api_client/v2/models/logs_query_options.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
module DatadogAPIClient::V2
2020
# Global query options that are used during the query.
2121
# Note: you should supply either timezone or time offset, but not both. Otherwise, the query will fail.
22+
#
23+
# @deprecated This model is deprecated.
2224
class LogsQueryOptions
2325
include BaseGenericModel
2426

@@ -52,6 +54,7 @@ def self.openapi_types
5254
# @param attributes [Hash] Model attributes in the form of hash
5355
# @!visibility private
5456
def initialize(attributes = {})
57+
warn "[DEPRECATION] `LogsQueryOptions` is deprecated."
5558
if (!attributes.is_a?(Hash))
5659
fail ArgumentError, "The input argument (attributes) must be a hash in `DatadogAPIClient::V2::LogsQueryOptions` initialize method"
5760
end

0 commit comments

Comments
 (0)