Class RestVoiceRegion
Represents a REST-based voice region.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Discord.Rest
Assembly: Discord.Net.Rest.dll
Syntax
public class RestVoiceRegion : RestEntity<string>, IEntity<string>, IVoiceRegion
Properties
| Improve this Doc View SourceIsCustom
Declaration
public bool IsCustom { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsDeprecated
Declaration
public bool IsDeprecated { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsOptimal
Declaration
public bool IsOptimal { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsVip
Declaration
public bool IsVip { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Name
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
System.Object.ToString()