Table of Contents

Class JsonAuditLogChange

Namespace
NetCord.JsonModels
Assembly
NetCord.dll
public class JsonAuditLogChange
Inheritance
JsonAuditLogChange
Inherited Members

Constructors

JsonAuditLogChange()

public JsonAuditLogChange()

Properties

Key

[JsonPropertyName("key")]
public string Key { get; set; }

Property Value

string

NewValue

[JsonPropertyName("new_value")]
public JsonElement? NewValue { get; set; }

Property Value

JsonElement?

OldValue

[JsonPropertyName("old_value")]
public JsonElement? OldValue { get; set; }

Property Value

JsonElement?