diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 5dc52e4a2e..6b36460538 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -25120,7 +25120,7 @@ components: type: object MicrosoftTeamsChannelInfoType: default: ms-teams-channel-info - description: Channel info resource type. + description: Microsoft Teams channel info resource type. enum: - ms-teams-channel-info example: ms-teams-channel-info diff --git a/src/datadog_api_client/v2/model/microsoft_teams_channel_info_response_data.py b/src/datadog_api_client/v2/model/microsoft_teams_channel_info_response_data.py index 0557d47822..5ab9758106 100644 --- a/src/datadog_api_client/v2/model/microsoft_teams_channel_info_response_data.py +++ b/src/datadog_api_client/v2/model/microsoft_teams_channel_info_response_data.py @@ -63,7 +63,7 @@ def __init__( :param id: The ID of the channel. :type id: str, optional - :param type: Channel info resource type. + :param type: Microsoft Teams channel info resource type. :type type: MicrosoftTeamsChannelInfoType, optional """ if attributes is not unset: diff --git a/src/datadog_api_client/v2/model/microsoft_teams_channel_info_type.py b/src/datadog_api_client/v2/model/microsoft_teams_channel_info_type.py index 54001ff14a..3c86e8240c 100644 --- a/src/datadog_api_client/v2/model/microsoft_teams_channel_info_type.py +++ b/src/datadog_api_client/v2/model/microsoft_teams_channel_info_type.py @@ -14,7 +14,7 @@ class MicrosoftTeamsChannelInfoType(ModelSimple): """ - Channel info resource type. + Microsoft Teams channel info resource type. :param value: If omitted defaults to "ms-teams-channel-info". Must be one of ["ms-teams-channel-info"]. :type value: str