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 @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading