Class ModeratorDTO
ModeratorDTO
Inherited Members
Namespace: Unity.Services.Apis.UGC
Assembly: solution.dll
Syntax
[Preserve]
public class ModeratorDTO
Constructors
ModeratorDTO(string, string, string, string, EnvironmentDTO, PlayerRoleDTO, List<BannedPlayerDTO>, List<ContentModerationAuditLogDTO>, ModeratorStatisticsDTO, DateTime, DateTime, DateTime?)
Initializes a new instance of the Moderator
Declaration
[Preserve]
public ModeratorDTO(string playerId = null, string environmentId = null, string projectId = null, string playerRoleId = null, EnvironmentDTO environment = null, PlayerRoleDTO playerRole = null, List<BannedPlayerDTO> bannedPlayers = null, List<ContentModerationAuditLogDTO> contentModerationAuditLogs = null, ModeratorStatisticsDTO statistics = null, DateTime createdAt = default, DateTime updatedAt = default, DateTime? deletedAt = null)
Parameters
Type | Name | Description |
---|---|---|
string | playerId | playerId (required). |
string | environmentId | environmentId (required). |
string | projectId | projectId (required). |
string | playerRoleId | playerRoleId (required). |
Environment |
environment | environment. |
Player |
playerRole | playerRole. |
List<Banned |
bannedPlayers | bannedPlayers. |
List<Content |
contentModerationAuditLogs | contentModerationAuditLogs. |
Moderator |
statistics | statistics. |
Date |
createdAt | createdAt (required). |
Date |
updatedAt | updatedAt (required). |
Date |
deletedAt | deletedAt. |
Properties
BannedPlayers
Gets or Sets BannedPlayers
Declaration
[Preserve]
public List<BannedPlayerDTO> BannedPlayers { get; set; }
Property Value
Type | Description |
---|---|
List<Banned |
ContentModerationAuditLogs
Gets or Sets ContentModerationAuditLogs
Declaration
[Preserve]
public List<ContentModerationAuditLogDTO> ContentModerationAuditLogs { get; set; }
Property Value
Type | Description |
---|---|
List<Content |
CreatedAt
Gets or Sets CreatedAt
Declaration
[Preserve]
public DateTime CreatedAt { get; set; }
Property Value
Type | Description |
---|---|
Date |
DeletedAt
Gets or Sets DeletedAt
Declaration
[Preserve]
public DateTime? DeletedAt { get; set; }
Property Value
Type | Description |
---|---|
Date |
Environment
Gets or Sets Environment
Declaration
[Preserve]
public EnvironmentDTO Environment { get; set; }
Property Value
Type | Description |
---|---|
Environment |
EnvironmentId
Gets or Sets EnvironmentId
Declaration
[Preserve]
public string EnvironmentId { get; set; }
Property Value
Type | Description |
---|---|
string |
PlayerId
Gets or Sets PlayerId
Declaration
[Preserve]
public string PlayerId { get; set; }
Property Value
Type | Description |
---|---|
string |
PlayerRole
Gets or Sets PlayerRole
Declaration
[Preserve]
public PlayerRoleDTO PlayerRole { get; set; }
Property Value
Type | Description |
---|---|
Player |
PlayerRoleId
Gets or Sets PlayerRoleId
Declaration
[Preserve]
public string PlayerRoleId { get; set; }
Property Value
Type | Description |
---|---|
string |
ProjectId
Gets or Sets ProjectId
Declaration
[Preserve]
public string ProjectId { get; set; }
Property Value
Type | Description |
---|---|
string |
Statistics
Gets or Sets Statistics
Declaration
[Preserve]
public ModeratorStatisticsDTO Statistics { get; set; }
Property Value
Type | Description |
---|---|
Moderator |
UpdatedAt
Gets or Sets UpdatedAt
Declaration
[Preserve]
public DateTime UpdatedAt { get; set; }
Property Value
Type | Description |
---|---|
Date |