Class PlayerStatisticsDTO
PlayerStatisticsDTO model
Inherited Members
Namespace: Unity.Services.Ugc.Bridge.Generated.Models
Assembly: Unity.Services.Ugc.Bridge.Internal.Generated.dll
Syntax
[Preserve]
[DataContract(Name = "PlayerStatisticsDTO")]
public class PlayerStatisticsDTO
Constructors
PlayerStatisticsDTO(string, string, string, int, int, int, int, int, int, double, int, int, int, double, int, DateTime, CountStat, CountStat, CountStat, CountStat, CountStat, CountStat, AverageStat, CountStat, CountStat, CountStat, AverageStat, CountStat)
Creates an instance of PlayerStatisticsDTO.
Declaration
[Preserve]
public PlayerStatisticsDTO(string projectId = null, string environmentId = null, string playerId = null, int playerContentCount = 0, int approvedPlayerContentCount = 0, int rejectedPlayerContentCount = 0, int needsModerationPlayerContentCount = 0, int subscriptionForPlayerContent = 0, int ratingForPlayerContent = 0, double averageRatingForPlayerContent = 0, int reportForPlayerContent = 0, int playerSubscriptions = 0, int playerRatings = 0, double playerAverageRating = 0, int playersReports = 0, DateTime updatedAt = default, CountStat contentCount = null, CountStat approvedContentCount = null, CountStat rejectedContentCount = null, CountStat needsModerationContentCount = null, CountStat subscriptionCount = null, CountStat ratingsCount = null, AverageStat averageContentRating = null, CountStat reportsCount = null, CountStat subscriberCount = null, CountStat playerRatingCount = null, AverageStat averageContentRatingGiven = null, CountStat reportsGivenCount = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | projectId | projectId param |
| string | environmentId | environmentId param |
| string | playerId | playerId param |
| int | playerContentCount | playerContentCount param |
| int | approvedPlayerContentCount | approvedPlayerContentCount param |
| int | rejectedPlayerContentCount | rejectedPlayerContentCount param |
| int | needsModerationPlayerContentCount | needsModerationPlayerContentCount param |
| int | subscriptionForPlayerContent | subscriptionForPlayerContent param |
| int | ratingForPlayerContent | ratingForPlayerContent param |
| double | averageRatingForPlayerContent | averageRatingForPlayerContent param |
| int | reportForPlayerContent | reportForPlayerContent param |
| int | playerSubscriptions | playerSubscriptions param |
| int | playerRatings | playerRatings param |
| double | playerAverageRating | playerAverageRating param |
| int | playersReports | playersReports param |
| DateTime | updatedAt | updatedAt param |
| CountStat | contentCount | contentCount param |
| CountStat | approvedContentCount | approvedContentCount param |
| CountStat | rejectedContentCount | rejectedContentCount param |
| CountStat | needsModerationContentCount | needsModerationContentCount param |
| CountStat | subscriptionCount | subscriptionCount param |
| CountStat | ratingsCount | ratingsCount param |
| AverageStat | averageContentRating | averageContentRating param |
| CountStat | reportsCount | reportsCount param |
| CountStat | subscriberCount | subscriberCount param |
| CountStat | playerRatingCount | playerRatingCount param |
| AverageStat | averageContentRatingGiven | averageContentRatingGiven param |
| CountStat | reportsGivenCount | reportsGivenCount param |
Properties
ApprovedContentCount
Parameter approvedContentCount of PlayerStatisticsDTO
Declaration
[Preserve]
[DataMember(Name = "approvedContentCount", EmitDefaultValue = false)]
public CountStat ApprovedContentCount { get; }
Property Value
| Type | Description |
|---|---|
| CountStat |
ApprovedPlayerContentCount
Parameter approvedPlayerContentCount of PlayerStatisticsDTO
Declaration
[Preserve]
[DataMember(Name = "approvedPlayerContentCount", EmitDefaultValue = false)]
public int ApprovedPlayerContentCount { get; }
Property Value
| Type | Description |
|---|---|
| int |
AverageContentRating
Parameter averageContentRating of PlayerStatisticsDTO
Declaration
[Preserve]
[DataMember(Name = "averageContentRating", EmitDefaultValue = false)]
public AverageStat AverageContentRating { get; }
Property Value
| Type | Description |
|---|---|
| AverageStat |
AverageContentRatingGiven
Parameter averageContentRatingGiven of PlayerStatisticsDTO
Declaration
[Preserve]
[DataMember(Name = "averageContentRatingGiven", EmitDefaultValue = false)]
public AverageStat AverageContentRatingGiven { get; }
Property Value
| Type | Description |
|---|---|
| AverageStat |
AverageRatingForPlayerContent
Parameter averageRatingForPlayerContent of PlayerStatisticsDTO
Declaration
[Preserve]
[DataMember(Name = "averageRatingForPlayerContent", EmitDefaultValue = false)]
public double AverageRatingForPlayerContent { get; }
Property Value
| Type | Description |
|---|---|
| double |
ContentCount
Parameter contentCount of PlayerStatisticsDTO
Declaration
[Preserve]
[DataMember(Name = "contentCount", EmitDefaultValue = false)]
public CountStat ContentCount { get; }
Property Value
| Type | Description |
|---|---|
| CountStat |
EnvironmentId
Parameter environmentId of PlayerStatisticsDTO
Declaration
[Preserve]
[DataMember(Name = "environmentId", EmitDefaultValue = false)]
public string EnvironmentId { get; }
Property Value
| Type | Description |
|---|---|
| string |
NeedsModerationContentCount
Parameter needsModerationContentCount of PlayerStatisticsDTO
Declaration
[Preserve]
[DataMember(Name = "needsModerationContentCount", EmitDefaultValue = false)]
public CountStat NeedsModerationContentCount { get; }
Property Value
| Type | Description |
|---|---|
| CountStat |
NeedsModerationPlayerContentCount
Parameter needsModerationPlayerContentCount of PlayerStatisticsDTO
Declaration
[Preserve]
[DataMember(Name = "needsModerationPlayerContentCount", EmitDefaultValue = false)]
public int NeedsModerationPlayerContentCount { get; }
Property Value
| Type | Description |
|---|---|
| int |
PlayerAverageRating
Parameter playerAverageRating of PlayerStatisticsDTO
Declaration
[Preserve]
[DataMember(Name = "playerAverageRating", EmitDefaultValue = false)]
public double PlayerAverageRating { get; }
Property Value
| Type | Description |
|---|---|
| double |
PlayerContentCount
Parameter playerContentCount of PlayerStatisticsDTO
Declaration
[Preserve]
[DataMember(Name = "playerContentCount", EmitDefaultValue = false)]
public int PlayerContentCount { get; }
Property Value
| Type | Description |
|---|---|
| int |
PlayerId
Parameter playerId of PlayerStatisticsDTO
Declaration
[Preserve]
[DataMember(Name = "playerId", EmitDefaultValue = false)]
public string PlayerId { get; }
Property Value
| Type | Description |
|---|---|
| string |
PlayerRatingCount
Parameter playerRatingCount of PlayerStatisticsDTO
Declaration
[Preserve]
[DataMember(Name = "playerRatingCount", EmitDefaultValue = false)]
public CountStat PlayerRatingCount { get; }
Property Value
| Type | Description |
|---|---|
| CountStat |
PlayerRatings
Parameter playerRatings of PlayerStatisticsDTO
Declaration
[Preserve]
[DataMember(Name = "playerRatings", EmitDefaultValue = false)]
public int PlayerRatings { get; }
Property Value
| Type | Description |
|---|---|
| int |
PlayerSubscriptions
Parameter playerSubscriptions of PlayerStatisticsDTO
Declaration
[Preserve]
[DataMember(Name = "playerSubscriptions", EmitDefaultValue = false)]
public int PlayerSubscriptions { get; }
Property Value
| Type | Description |
|---|---|
| int |
PlayersReports
Parameter playersReports of PlayerStatisticsDTO
Declaration
[Preserve]
[DataMember(Name = "playersReports", EmitDefaultValue = false)]
public int PlayersReports { get; }
Property Value
| Type | Description |
|---|---|
| int |
ProjectId
Parameter projectId of PlayerStatisticsDTO
Declaration
[Preserve]
[DataMember(Name = "projectId", EmitDefaultValue = false)]
public string ProjectId { get; }
Property Value
| Type | Description |
|---|---|
| string |
RatingForPlayerContent
Parameter ratingForPlayerContent of PlayerStatisticsDTO
Declaration
[Preserve]
[DataMember(Name = "ratingForPlayerContent", EmitDefaultValue = false)]
public int RatingForPlayerContent { get; }
Property Value
| Type | Description |
|---|---|
| int |
RatingsCount
Parameter ratingsCount of PlayerStatisticsDTO
Declaration
[Preserve]
[DataMember(Name = "ratingsCount", EmitDefaultValue = false)]
public CountStat RatingsCount { get; }
Property Value
| Type | Description |
|---|---|
| CountStat |
RejectedContentCount
Parameter rejectedContentCount of PlayerStatisticsDTO
Declaration
[Preserve]
[DataMember(Name = "rejectedContentCount", EmitDefaultValue = false)]
public CountStat RejectedContentCount { get; }
Property Value
| Type | Description |
|---|---|
| CountStat |
RejectedPlayerContentCount
Parameter rejectedPlayerContentCount of PlayerStatisticsDTO
Declaration
[Preserve]
[DataMember(Name = "rejectedPlayerContentCount", EmitDefaultValue = false)]
public int RejectedPlayerContentCount { get; }
Property Value
| Type | Description |
|---|---|
| int |
ReportForPlayerContent
Parameter reportForPlayerContent of PlayerStatisticsDTO
Declaration
[Preserve]
[DataMember(Name = "reportForPlayerContent", EmitDefaultValue = false)]
public int ReportForPlayerContent { get; }
Property Value
| Type | Description |
|---|---|
| int |
ReportsCount
Parameter reportsCount of PlayerStatisticsDTO
Declaration
[Preserve]
[DataMember(Name = "reportsCount", EmitDefaultValue = false)]
public CountStat ReportsCount { get; }
Property Value
| Type | Description |
|---|---|
| CountStat |
ReportsGivenCount
Parameter reportsGivenCount of PlayerStatisticsDTO
Declaration
[Preserve]
[DataMember(Name = "reportsGivenCount", EmitDefaultValue = false)]
public CountStat ReportsGivenCount { get; }
Property Value
| Type | Description |
|---|---|
| CountStat |
SubscriberCount
Parameter subscriberCount of PlayerStatisticsDTO
Declaration
[Preserve]
[DataMember(Name = "subscriberCount", EmitDefaultValue = false)]
public CountStat SubscriberCount { get; }
Property Value
| Type | Description |
|---|---|
| CountStat |
SubscriptionCount
Parameter subscriptionCount of PlayerStatisticsDTO
Declaration
[Preserve]
[DataMember(Name = "subscriptionCount", EmitDefaultValue = false)]
public CountStat SubscriptionCount { get; }
Property Value
| Type | Description |
|---|---|
| CountStat |
SubscriptionForPlayerContent
Parameter subscriptionForPlayerContent of PlayerStatisticsDTO
Declaration
[Preserve]
[DataMember(Name = "subscriptionForPlayerContent", EmitDefaultValue = false)]
public int SubscriptionForPlayerContent { get; }
Property Value
| Type | Description |
|---|---|
| int |
UpdatedAt
Parameter updatedAt of PlayerStatisticsDTO
Declaration
[Preserve]
[DataMember(Name = "updatedAt", EmitDefaultValue = false)]
public DateTime UpdatedAt { get; }
Property Value
| Type | Description |
|---|---|
| DateTime |