Class ContentModerationAuditLogDTO
ContentModerationAuditLogDTO
Inherited Members
Namespace: Unity.Services.Apis.UGC
Assembly: solution.dll
Syntax
[Preserve]
public class ContentModerationAuditLogDTO
Constructors
ContentModerationAuditLogDTO(string, string, string, string, string, ModeratorDTO, ContentDTO, ContentModerationAction, Reason, string, DateTime)
Initializes a new instance of the ContentModerationAuditLogDTO class.
Declaration
[Preserve]
public ContentModerationAuditLogDTO(string id = null, string contentId = null, string projectId = null, string environmentId = null, string moderatorPlayerId = null, ModeratorDTO moderator = null, ContentDTO content = null, ContentModerationAction action = (ContentModerationAction)0, Reason reason = (Reason)0, string otherReason = null, DateTime createdAt = default)
Parameters
Type | Name | Description |
---|---|---|
string | id | id (required). |
string | contentId | contentId (required). |
string | projectId | projectId (required). |
string | environmentId | environmentId (required). |
string | moderatorPlayerId | moderatorPlayerId (required). |
ModeratorDTO | moderator | moderator. |
ContentDTO | content | content. |
ContentModerationAction | action | action (required). |
Reason | reason | reason (required). |
string | otherReason | otherReason. |
DateTime | createdAt | createdAt (required). |
Properties
Action
Gets or Sets Action
Declaration
[Preserve]
public ContentModerationAction Action { get; set; }
Property Value
Type | Description |
---|---|
ContentModerationAction |
Content
Gets or Sets Content
Declaration
[Preserve]
public ContentDTO Content { get; set; }
Property Value
Type | Description |
---|---|
ContentDTO |
ContentId
Gets or Sets ContentId
Declaration
[Preserve]
public string ContentId { get; set; }
Property Value
Type | Description |
---|---|
string |
CreatedAt
Gets or Sets CreatedAt
Declaration
[Preserve]
public DateTime CreatedAt { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
EnvironmentId
Gets or Sets EnvironmentId
Declaration
[Preserve]
public string EnvironmentId { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Gets or Sets Id
Declaration
[Preserve]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Moderator
Gets or Sets Moderator
Declaration
[Preserve]
public ModeratorDTO Moderator { get; set; }
Property Value
Type | Description |
---|---|
ModeratorDTO |
ModeratorPlayerId
Gets or Sets ModeratorPlayerId
Declaration
[Preserve]
public string ModeratorPlayerId { get; set; }
Property Value
Type | Description |
---|---|
string |
OtherReason
Gets or Sets OtherReason
Declaration
[Preserve]
public string OtherReason { get; set; }
Property Value
Type | Description |
---|---|
string |
ProjectId
Gets or Sets ProjectId
Declaration
[Preserve]
public string ProjectId { get; set; }
Property Value
Type | Description |
---|---|
string |
Reason
Gets or Sets Reason
Declaration
[Preserve]
public Reason Reason { get; set; }
Property Value
Type | Description |
---|---|
Reason |