Table of Contents

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

question string
response string

Properties

Question

[JsonPropertyName("question")]
public string Question { get; }

Property Value

string

Response

[JsonPropertyName("response")]
public string Response { get; }

Property Value

string