Struct AppealResponse
- Namespace
- Uncreated.Warfare.Moderation.Appeals
- Assembly
- Uncreated.Warfare.dll
public readonly struct AppealResponse
- Inherited Members
Constructors
AppealResponse()
public AppealResponse()
AppealResponse(string, string)
public AppealResponse(string question, string response)
Parameters
Properties
Question
[JsonPropertyName("question")]
public string Question { get; }
Property Value
Response
[JsonPropertyName("response")]
public string Response { get; }