Skip to content

Commit a34da5a

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit f3b0eec of spec repo
1 parent c2a5dd9 commit a34da5a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.generator/schemas/v2/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25120,7 +25120,7 @@ components:
2512025120
type: object
2512125121
MicrosoftTeamsChannelInfoType:
2512225122
default: ms-teams-channel-info
25123-
description: Channel info resource type.
25123+
description: Microsoft Teams channel info resource type.
2512425124
enum:
2512525125
- ms-teams-channel-info
2512625126
example: ms-teams-channel-info

src/datadog_api_client/v2/model/microsoft_teams_channel_info_response_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def __init__(
6363
:param id: The ID of the channel.
6464
:type id: str, optional
6565
66-
:param type: Channel info resource type.
66+
:param type: Microsoft Teams channel info resource type.
6767
:type type: MicrosoftTeamsChannelInfoType, optional
6868
"""
6969
if attributes is not unset:

src/datadog_api_client/v2/model/microsoft_teams_channel_info_type.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
class MicrosoftTeamsChannelInfoType(ModelSimple):
1616
"""
17-
Channel info resource type.
17+
Microsoft Teams channel info resource type.
1818
1919
:param value: If omitted defaults to "ms-teams-channel-info". Must be one of ["ms-teams-channel-info"].
2020
:type value: str

0 commit comments

Comments
 (0)