Table of Contents

Class JsonAuditLogEntry

Namespace
NetCord.JsonModels
Assembly
NetCord.dll
public class JsonAuditLogEntry : JsonEntity
Inheritance
JsonAuditLogEntry
Inherited Members

Constructors

JsonAuditLogEntry()

public JsonAuditLogEntry()

Properties

ActionType

[JsonPropertyName("action_type")]
public AuditLogEvent? ActionType { get; set; }

Property Value

AuditLogEvent?

Changes

[JsonPropertyName("changes")]
public JsonAuditLogChange[]? Changes { get; set; }

Property Value

JsonAuditLogChange[]

Options

[JsonPropertyName("options")]
public JsonAuditLogEntryInfo? Options { get; set; }

Property Value

JsonAuditLogEntryInfo

Reason

[JsonPropertyName("reason")]
public string? Reason { get; set; }

Property Value

string

TargetId

[JsonPropertyName("target_id")]
public ulong? TargetId { get; set; }

Property Value

ulong?

UserId

[JsonPropertyName("user_id")]
public ulong? UserId { get; set; }

Property Value

ulong?