Class ChannelOverwriteRequest
- Namespace
- Fluxer.Net.Rest
- Assembly
- Fluxer.Net.dll
public class ChannelOverwriteRequest
- Inheritance
-
object
ChannelOverwriteRequest
Properties
Allow
[JsonProperty("allow")]
public ulong Allow { get; set; }
Property Value
- ulong
Deny
[JsonProperty("deny")]
public ulong Deny { get; set; }
Property Value
- ulong
Id
[JsonProperty("id")]
public ulong Id { get; set; }
Property Value
- ulong
Type
[JsonProperty("type")]
public OverwriteRequestType Type { get; set; }
Property Value
- OverwriteRequestType