File tree Expand file tree Collapse file tree 3 files changed +20
-6
lines changed
src/datadog_api_client/v2/model Expand file tree Collapse file tree 3 files changed +20
-6
lines changed Original file line number Diff line number Diff line change 44 "spec_versions": {
55 "v1": {
66 "apigentools_version": "1.6.6",
7- "regenerated": "2024-10-17 14:10:51.942099 ",
8- "spec_repo_commit": "fb024a45 "
7+ "regenerated": "2024-10-18 21:00:52.065672 ",
8+ "spec_repo_commit": "37070fd4 "
99 },
1010 "v2": {
1111 "apigentools_version": "1.6.6",
12- "regenerated": "2024-10-17 14:10:51.959206 ",
13- "spec_repo_commit": "fb024a45 "
12+ "regenerated": "2024-10-18 21:00:52.083245 ",
13+ "spec_repo_commit": "37070fd4 "
1414 }
1515 }
1616}
Original file line number Diff line number Diff line change @@ -9917,7 +9917,6 @@ components:
99179917 HTTPLogItem:
99189918 additionalProperties:
99199919 description: Additional log attributes.
9920- type: string
99219920 description: Logs that are sent over HTTP.
99229921 properties:
99239922 ddsource:
Original file line number Diff line number Diff line change 88from datadog_api_client .model_utils import (
99 ModelNormal ,
1010 cached_property ,
11+ date ,
12+ datetime ,
13+ none_type ,
1114 unset ,
1215 UnsetType ,
16+ UUID ,
1317)
1418
1519
1620class HTTPLogItem (ModelNormal ):
1721 @cached_property
1822 def additional_properties_type (_ ):
19- return (str ,)
23+ return (
24+ bool ,
25+ date ,
26+ datetime ,
27+ dict ,
28+ float ,
29+ int ,
30+ list ,
31+ str ,
32+ UUID ,
33+ none_type ,
34+ )
2035
2136 @cached_property
2237 def openapi_types (_ ):
You can’t perform that action at this time.
0 commit comments