View Source
Class AuditLogResponseModel
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class AuditLogResponseModel
Properties
View Source
Declaration
public string Comment { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
LogType
Declaration
public AuditType LogType { get; set; }
Property Value
Type |
Description |
AuditType |
|
View Source
Parameters
Declaration
public string Parameters { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Timestamp
Declaration
public DateTimeOffset Timestamp { get; set; }
Property Value
Type |
Description |
DateTimeOffset |
|
View Source
User
Declaration
public ReferenceByIdModel User { get; set; }
Property Value