Class ModeratorDetailedStatisticsDTO
ModeratorDetailedStatisticsDTO model
Inherited Members
Namespace: Unity.Services.Ugc.Bridge.Generated.Models
Assembly: Unity.Services.Ugc.Bridge.Internal.Generated.dll
Syntax
[Preserve]
[DataContract(Name = "ModeratorDetailedStatisticsDTO")]
public class ModeratorDetailedStatisticsDTO
Constructors
ModeratorDetailedStatisticsDTO(int, int, int, int, DateTime)
Creates an instance of ModeratorDetailedStatisticsDTO.
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 param |
int | approvals | approvals param |
int | rejections | rejections param |
int | bannedPlayerCount | bannedPlayerCount param |
DateTime | updatedAt | updatedAt param |
Properties
Approvals
Parameter approvals of ModeratorDetailedStatisticsDTO
Declaration
[Preserve]
[DataMember(Name = "approvals", EmitDefaultValue = false)]
public int Approvals { get; }
Property Value
Type | Description |
---|---|
int |
BannedPlayerCount
Parameter bannedPlayerCount of ModeratorDetailedStatisticsDTO
Declaration
[Preserve]
[DataMember(Name = "bannedPlayerCount", EmitDefaultValue = false)]
public int BannedPlayerCount { get; }
Property Value
Type | Description |
---|---|
int |
Rejections
Parameter rejections of ModeratorDetailedStatisticsDTO
Declaration
[Preserve]
[DataMember(Name = "rejections", EmitDefaultValue = false)]
public int Rejections { get; }
Property Value
Type | Description |
---|---|
int |
Reviews
Parameter reviews of ModeratorDetailedStatisticsDTO
Declaration
[Preserve]
[DataMember(Name = "reviews", EmitDefaultValue = false)]
public int Reviews { get; }
Property Value
Type | Description |
---|---|
int |
UpdatedAt
Parameter updatedAt of ModeratorDetailedStatisticsDTO
Declaration
[Preserve]
[DataMember(Name = "updatedAt", EmitDefaultValue = false)]
public DateTime UpdatedAt { get; }
Property Value
Type | Description |
---|---|
DateTime |