Class ModeratorDetailedStatisticsDTO
ModeratorDetailedStatisticsDTO
Inherited Members
Namespace: Unity.Services.Apis.UGC
Assembly: solution.dll
Syntax
[Preserve]
public class ModeratorDetailedStatisticsDTO
Constructors
ModeratorDetailedStatisticsDTO(int, int, int, int, DateTime)
Initializes a new instance of the ModeratorDetailedStatisticsDTO class.
Declaration
[Preserve]
public ModeratorDetailedStatisticsDTO(int reviews = 0, int approvals = 0, int rejections = 0, int bannedPlayerCount = 0, DateTime updatedAt = default)
Parameters
Type | Name | Description |
---|---|---|
int | reviews | reviews. |
int | approvals | approvals. |
int | rejections | rejections. |
int | bannedPlayerCount | bannedPlayerCount. |
DateTime | updatedAt | updatedAt. |
Properties
Approvals
Gets or Sets Approvals
Declaration
[Preserve]
public int Approvals { get; set; }
Property Value
Type | Description |
---|---|
int |
BannedPlayerCount
Gets or Sets BannedPlayerCount
Declaration
[Preserve]
public int BannedPlayerCount { get; set; }
Property Value
Type | Description |
---|---|
int |
Rejections
Gets or Sets Rejections
Declaration
[Preserve]
public int Rejections { get; set; }
Property Value
Type | Description |
---|---|
int |
Reviews
Gets or Sets Reviews
Declaration
[Preserve]
public int Reviews { get; set; }
Property Value
Type | Description |
---|---|
int |
UpdatedAt
Gets or Sets UpdatedAt
Declaration
[Preserve]
public DateTime UpdatedAt { get; set; }
Property Value
Type | Description |
---|---|
DateTime |