Skip to content

Commit 750a42c

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit e8ffc0a of spec repo (#111)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent f03c774 commit 750a42c

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
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-09 13:01:35.154768",
8-
"spec_repo_commit": "fa4b122"
7+
"regenerated": "2020-10-09 14:16:53.490297",
8+
"spec_repo_commit": "e8ffc0a"
99
},
1010
"v2": {
1111
"apigentools_version": "1.2.0",
12-
"regenerated": "2020-10-09 13:01:46.827532",
13-
"spec_repo_commit": "fa4b122"
12+
"regenerated": "2020-10-09 14:17:03.617038",
13+
"spec_repo_commit": "e8ffc0a"
1414
}
1515
}
1616
}

docs/v1/TargetFormatType.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# TargetFormatType
22

3-
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. `string`, `integer`, or `double` are the possible types.
3+
If the `target_type` of the remapper is `attribute`, try to cast the value to a new specific type. If the cast is not possible, the original type is kept. `string`, `integer`, or `double` are the possible types. If the `target_type` is `tag`, this parameter may not be specified.
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. | must be one of ["auto", "string", "integer", "double", ]
7+
**value** | **str** | If the &#x60;target_type&#x60; of the remapper is &#x60;attribute&#x60;, 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 the &#x60;target_type&#x60; is &#x60;tag&#x60;, this parameter may not be specified. | 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.., must be one of ["auto", "string", "integer", "double", ] # noqa: E501
102+
value (str): If the &#x60;target_type&#x60; of the remapper is &#x60;attribute&#x60;, 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 the &#x60;target_type&#x60; is &#x60;tag&#x60;, this parameter may not be specified.., 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: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6962,11 +6962,13 @@ components:
69626962
type: object
69636963
type: object
69646964
TargetFormatType:
6965-
description: 'If the target of the remapper is an attribute, try to cast the
6966-
value to a new specific type.
6965+
description: 'If the `target_type` of the remapper is `attribute`, try to cast
6966+
the value to a new specific type.
69676967
69686968
If the cast is not possible, the original type is kept. `string`, `integer`,
6969-
or `double` are the possible types.'
6969+
or `double` are the possible types.
6970+
6971+
If the `target_type` is `tag`, this parameter may not be specified.'
69706972
enum:
69716973
- auto
69726974
- string

0 commit comments

Comments
 (0)