Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class MicrosoftTeamsChannelInfoResponseData
# The ID of the channel.
attr_reader :id

# Channel info resource type.
# Microsoft Teams channel info resource type.
attr_accessor :type

attr_accessor :additional_properties
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
require 'time'

module DatadogAPIClient::V2
# Channel info resource type.
# Microsoft Teams channel info resource type.
class MicrosoftTeamsChannelInfoType
include BaseEnumModel

Expand Down
Loading