Class PluginAuditLogDto
- Namespace
- Builvero.Application.Interfaces.Services
- Assembly
- Builvero.Application.dll
Plugin audit log entry DTO.
public class PluginAuditLogDto
- Inheritance
-
PluginAuditLogDto
- Inherited Members
Properties
ActionType
public string ActionType { get; set; }
Property Value
- string
- Plugin audit log entry DTO.
CreatedAtUtc
public DateTime CreatedAtUtc { get; set; }
Property Value
- DateTime
- Plugin audit log entry DTO.
DetailsJson
public string? DetailsJson { get; set; }
Property Value
- string
- Plugin audit log entry DTO.
UserEmail
public string? UserEmail { get; set; }
Property Value
- string
- Plugin audit log entry DTO.