Skip to content

Commit d50b841

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 6afd9b9 of spec repo (#108)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 85a2e2c commit d50b841

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
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.2.0",
7-
"regenerated": "2020-10-06 08:32:17.762496",
8-
"spec_repo_commit": "d9efdb7"
7+
"regenerated": "2020-10-06 14:35:31.158824",
8+
"spec_repo_commit": "6afd9b9"
99
},
1010
"v2": {
1111
"apigentools_version": "1.2.0",
12-
"regenerated": "2020-10-06 08:32:27.968295",
13-
"spec_repo_commit": "d9efdb7"
12+
"regenerated": "2020-10-06 14:35:41.630118",
13+
"spec_repo_commit": "6afd9b9"
1414
}
1515
}
1616
}

docs/v1/TargetFormatType.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ If the target of the remapper is an attribute, try to cast the value to a new sp
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**value** | **str** | If the target of the remapper is an attribute, try to cast the value to a new specific type. If the cast is not possible, the original type is kept. &#x60;string&#x60;, &#x60;integer&#x60;, or &#x60;double&#x60; are the possible types. | if omitted the server will use the default value of "auto", must be one of ["auto", "string", "integer", "double", ]
7+
**value** | **str** | If the target of the remapper is an attribute, try to cast the value to a new specific type. If the cast is not possible, the original type is kept. &#x60;string&#x60;, &#x60;integer&#x60;, or &#x60;double&#x60; are the possible types. | must be one of ["auto", "string", "integer", "double", ]
88

99
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)
1010

src/datadog_api_client/v1/model/target_format_type.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def __init__(self, value, *args, **kwargs):
9999
"""TargetFormatType - a model defined in OpenAPI
100100
101101
Args:
102-
value (str): If the target of the remapper is an attribute, try to cast the value to a new specific type. If the cast is not possible, the original type is kept. &#x60;string&#x60;, &#x60;integer&#x60;, or &#x60;double&#x60; are the possible types.. if omitted the server will use the default value of "auto", must be one of ["auto", "string", "integer", "double", ] # noqa: E501
102+
value (str): If the target of the remapper is an attribute, try to cast the value to a new specific type. If the cast is not possible, the original type is kept. &#x60;string&#x60;, &#x60;integer&#x60;, or &#x60;double&#x60; are the possible types.., must be one of ["auto", "string", "integer", "double", ] # noqa: E501
103103
104104
Keyword Args:
105105
_check_type (bool): if True, values for parameters in openapi_types

src/datadog_api_client/v1/openapi.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6963,7 +6963,6 @@ components:
69636963
type: object
69646964
type: object
69656965
TargetFormatType:
6966-
default: auto
69676966
description: 'If the target of the remapper is an attribute, try to cast the
69686967
value to a new specific type.
69696968

0 commit comments

Comments
 (0)