Skip to content

Commit 8586a64

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 12104ad of spec repo (#287)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 66d1ec2 commit 8586a64

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-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.4.1.dev2",
7-
"regenerated": "2021-02-17 20:12:18.435159",
8-
"spec_repo_commit": "0eff793"
7+
"regenerated": "2021-02-18 19:33:43.580131",
8+
"spec_repo_commit": "12104ad"
99
},
1010
"v2": {
1111
"apigentools_version": "1.4.1.dev2",
12-
"regenerated": "2021-02-17 20:12:54.363204",
13-
"spec_repo_commit": "0eff793"
12+
"regenerated": "2021-02-18 19:34:23.536995",
13+
"spec_repo_commit": "12104ad"
1414
}
1515
}
1616
}

docs/v1/UsageAttributionBody.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Usage Summary by tag for a given organization.
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**month** | **datetime** | Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM]. | [optional]
8+
**org_name** | **str** | The name of the organization. | [optional]
89
**public_id** | **str** | The organization public ID. | [optional]
910
**tags** | [**UsageAttributionTagNames**](UsageAttributionTagNames.md) | | [optional]
1011
**updated_at** | **str** | Shows the the most recent hour in the current months for all organizations for which all usages were calculated. | [optional]

src/datadog_api_client/v1/model/usage_attribution_body.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ def openapi_types():
7777
lazy_import()
7878
return {
7979
"month": (datetime,), # noqa: E501
80+
"org_name": (str,), # noqa: E501
8081
"public_id": (str,), # noqa: E501
8182
"tags": (UsageAttributionTagNames,), # noqa: E501
8283
"updated_at": (str,), # noqa: E501
@@ -89,6 +90,7 @@ def discriminator():
8990

9091
attribute_map = {
9192
"month": "month", # noqa: E501
93+
"org_name": "org_name", # noqa: E501
9294
"public_id": "public_id", # noqa: E501
9395
"tags": "tags", # noqa: E501
9496
"updated_at": "updated_at", # noqa: E501
@@ -144,6 +146,7 @@ def __init__(self, *args, **kwargs): # noqa: E501
144146
through its discriminator because we passed in
145147
_visited_composed_classes = (Animal,)
146148
month (datetime): Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM].. [optional] # noqa: E501
149+
org_name (str): The name of the organization.. [optional] # noqa: E501
147150
public_id (str): The organization public ID.. [optional] # noqa: E501
148151
tags (UsageAttributionTagNames): [optional] # noqa: E501
149152
updated_at (str): Shows the the most recent hour in the current months for all organizations for which all usages were calculated.. [optional] # noqa: E501

src/datadog_api_client/v1/openapi.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8139,6 +8139,9 @@ components:
81398139
description: 'Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM].'
81408140
format: date-time
81418141
type: string
8142+
org_name:
8143+
description: The name of the organization.
8144+
type: string
81428145
public_id:
81438146
description: The organization public ID.
81448147
type: string

0 commit comments

Comments
 (0)