Table of Contents

Class JsonVoiceRegion

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

Constructors

JsonVoiceRegion()

public JsonVoiceRegion()

Properties

Custom

[JsonPropertyName("custom")]
public bool Custom { get; set; }

Property Value

bool

Deprecated

[JsonPropertyName("deprecated")]
public bool Deprecated { get; set; }

Property Value

bool

Id

[JsonPropertyName("id")]
public string Id { get; set; }

Property Value

string

Name

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

Property Value

string

Optimal

[JsonPropertyName("optimal")]
public bool Optimal { get; set; }

Property Value

bool