Class RoleConnectionMetadata
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
Represents the role connection metadata object.
public class RoleConnectionMetadata
- Inheritance
-
RoleConnectionMetadata
- Inherited Members
Properties
Description
Gets the description of the metadata field.
public string Description { get; }
Property Value
DescriptionLocalizations
Gets translations of the description. null if not set.
public IReadOnlyDictionary<string, string> DescriptionLocalizations { get; }
Property Value
Key
Gets the dictionary key for the metadata field.
public string Key { get; }
Property Value
Name
Gets the name of the metadata field.
public string Name { get; }
Property Value
NameLocalizations
Gets translations of the name. null if not set.
public IReadOnlyDictionary<string, string> NameLocalizations { get; }
Property Value
Type
Gets the of metadata value.
public RoleConnectionMetadataType Type { get; }
Property Value
Methods
ToRoleConnectionMetadataProperties()
Initializes a new RoleConnectionMetadataProperties with the data from this object.
public RoleConnectionMetadataProperties ToRoleConnectionMetadataProperties()