File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments