Table of Contents

Class JsonAuditLogEntryInfo

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

Constructors

JsonAuditLogEntryInfo()

public JsonAuditLogEntryInfo()

Properties

ApplicationId

[JsonPropertyName("application_id")]
public ulong? ApplicationId { get; set; }

Property Value

ulong?

AutoModerationRuleName

[JsonPropertyName("auto_moderation_rule_name")]
public string? AutoModerationRuleName { get; set; }

Property Value

string

AutoModerationRuleTriggerType

[JsonNumberHandling(JsonNumberHandling.AllowReadingFromString)]
[JsonPropertyName("auto_moderation_rule_trigger_type")]
public int? AutoModerationRuleTriggerType { get; set; }

Property Value

int?

ChannelId

[JsonPropertyName("channel_id")]
public ulong? ChannelId { get; set; }

Property Value

ulong?

Count

[JsonNumberHandling(JsonNumberHandling.AllowReadingFromString)]
[JsonPropertyName("count")]
public int? Count { get; set; }

Property Value

int?

DeleteGuildUserDays

[JsonNumberHandling(JsonNumberHandling.AllowReadingFromString)]
[JsonPropertyName("delete_member_days")]
public int? DeleteGuildUserDays { get; set; }

Property Value

int?

GuildUsersRemoved

[JsonNumberHandling(JsonNumberHandling.AllowReadingFromString)]
[JsonPropertyName("members_removed")]
public int? GuildUsersRemoved { get; set; }

Property Value

int?

Id

[JsonPropertyName("id")]
public ulong? Id { get; set; }

Property Value

ulong?

IntegrationType

[JsonPropertyName("integration_type")]
public IntegrationType? IntegrationType { get; set; }

Property Value

IntegrationType?

MessageId

[JsonPropertyName("message_id")]
public ulong? MessageId { get; set; }

Property Value

ulong?

RoleName

[JsonPropertyName("role_name")]
public string? RoleName { get; set; }

Property Value

string

Type

[JsonNumberHandling(JsonNumberHandling.AllowReadingFromString)]
[JsonPropertyName("type")]
public int? Type { get; set; }

Property Value

int?