Skip to content

Commit 438c8e8

Browse files
authored
docs: add missed docs for role connection metadata (#1244)
1 parent 9810c5b commit 438c8e8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

interactions/api/models/team.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,13 @@ class ApplicationRoleConnectionMetadata(DictSerializerMixin):
163163
.. versionadded:: 4.4.0
164164
165165
A class object representing role connection metadata for the application/bot/client.
166+
167+
:ivar ApplicationRoleConnectionMetadataType type: The type of metadata value.
168+
:ivar str key: The dictionary key for the metadata field.
169+
:ivar str name: The name of the metadata field.
170+
:ivar Optional[Dict[Union[str, Locale], str]] name_localizations: The translations of the name field.
171+
:ivar str description: The description of the metadata field.
172+
:ivar Optional[Dict[Union[str, Locale], str]] description_localizations: The translations of the description field.
166173
"""
167174

168175
type: ApplicationRoleConnectionMetadataType = field(

0 commit comments

Comments
 (0)