Table of Contents

Class JsonApplicationCommandOptionChoice

Namespace
NetCord.Rest.JsonModels
Assembly
NetCord.dll
public class JsonApplicationCommandOptionChoice
Inheritance
JsonApplicationCommandOptionChoice
Inherited Members

Constructors

JsonApplicationCommandOptionChoice()

public JsonApplicationCommandOptionChoice()

Properties

Name

[JsonPropertyName("name")]
public string Name { get; set; }

Property Value

string

NameLocalizations

[JsonPropertyName("name_localizations")]
public IReadOnlyDictionary<string, string>? NameLocalizations { get; set; }

Property Value

IReadOnlyDictionary<string, string>

Value

[JsonPropertyName("value")]
public JsonElement Value { get; set; }

Property Value

JsonElement