Skip to content

Commit 5c1515f

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 5e32bc9 of spec repo (#352)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 26fb96f commit 5c1515f

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-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.dev6",
7-
"regenerated": "2021-03-30 15:15:15.278615",
8-
"spec_repo_commit": "289b515"
7+
"regenerated": "2021-03-31 10:26:00.839588",
8+
"spec_repo_commit": "5e32bc9"
99
},
1010
"v2": {
1111
"apigentools_version": "1.4.1.dev6",
12-
"regenerated": "2021-03-30 15:15:42.391195",
13-
"spec_repo_commit": "289b515"
12+
"regenerated": "2021-03-31 10:26:27.435866",
13+
"spec_repo_commit": "5e32bc9"
1414
}
1515
}
1616
}

docs/v2/UserAttributes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
1010
**email** | **str** | Email of the user. | [optional]
1111
**handle** | **str** | Handle of the user. | [optional]
1212
**icon** | **str** | URL of the user&#39;s icon. | [optional]
13+
**modified_at** | **datetime** | Time that the user was last modified. | [optional]
1314
**name** | **str** | Name of the user. | [optional]
1415
**status** | **str** | Status of the user. | [optional]
1516
**title** | **str** | Title of the user. | [optional]

src/datadog_api_client/v2/model/user_attributes.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ def openapi_types():
7070
"email": (str,), # noqa: E501
7171
"handle": (str,), # noqa: E501
7272
"icon": (str,), # noqa: E501
73+
"modified_at": (datetime,), # noqa: E501
7374
"name": (str,), # noqa: E501
7475
"status": (str,), # noqa: E501
7576
"title": (str,), # noqa: E501
@@ -86,6 +87,7 @@ def discriminator():
8687
"email": "email", # noqa: E501
8788
"handle": "handle", # noqa: E501
8889
"icon": "icon", # noqa: E501
90+
"modified_at": "modified_at", # noqa: E501
8991
"name": "name", # noqa: E501
9092
"status": "status", # noqa: E501
9193
"title": "title", # noqa: E501
@@ -145,6 +147,7 @@ def __init__(self, *args, **kwargs): # noqa: E501
145147
email (str): Email of the user.. [optional] # noqa: E501
146148
handle (str): Handle of the user.. [optional] # noqa: E501
147149
icon (str): URL of the user's icon.. [optional] # noqa: E501
150+
modified_at (datetime): Time that the user was last modified.. [optional] # noqa: E501
148151
name (str): Name of the user.. [optional] # noqa: E501
149152
status (str): Status of the user.. [optional] # noqa: E501
150153
title (str): Title of the user.. [optional] # noqa: E501

src/datadog_api_client/v2/openapi.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4535,6 +4535,10 @@ components:
45354535
icon:
45364536
description: URL of the user's icon.
45374537
type: string
4538+
modified_at:
4539+
description: Time that the user was last modified.
4540+
format: date-time
4541+
type: string
45384542
name:
45394543
description: Name of the user.
45404544
type: string

0 commit comments

Comments
 (0)