Class ContentStatistics
ContentStatistics model
Inherited Members
Namespace: Unity.Services.Ugc.Generated.Models
Assembly: Unity.Services.Ugc.Internal.Generated.dll
Syntax
[Preserve]
[DataContract(Name = "ContentStatistics")]
public class ContentStatistics
Constructors
ContentStatistics(AverageStat, CountStat, CountStat, CountStat, CountStat)
Creates an instance of ContentStatistics.
Declaration
[Preserve]
public ContentStatistics(AverageStat ratingsAverage = null, CountStat ratingsCount = null, CountStat downloadsCount = null, CountStat subscriptionsCount = null, CountStat reportsCount = null)
Parameters
Type | Name | Description |
---|---|---|
AverageStat | ratingsAverage | ratingsAverage param |
CountStat | ratingsCount | ratingsCount param |
CountStat | downloadsCount | downloadsCount param |
CountStat | subscriptionsCount | subscriptionsCount param |
CountStat | reportsCount | reportsCount param |
Properties
DownloadsCount
Parameter downloadsCount of ContentStatistics
Declaration
[Preserve]
[DataMember(Name = "downloadsCount", EmitDefaultValue = false)]
public CountStat DownloadsCount { get; }
Property Value
Type | Description |
---|---|
CountStat |
RatingsAverage
Parameter ratingsAverage of ContentStatistics
Declaration
[Preserve]
[DataMember(Name = "ratingsAverage", EmitDefaultValue = false)]
public AverageStat RatingsAverage { get; }
Property Value
Type | Description |
---|---|
AverageStat |
RatingsCount
Parameter ratingsCount of ContentStatistics
Declaration
[Preserve]
[DataMember(Name = "ratingsCount", EmitDefaultValue = false)]
public CountStat RatingsCount { get; }
Property Value
Type | Description |
---|---|
CountStat |
ReportsCount
Parameter reportsCount of ContentStatistics
Declaration
[Preserve]
[DataMember(Name = "reportsCount", EmitDefaultValue = false)]
public CountStat ReportsCount { get; }
Property Value
Type | Description |
---|---|
CountStat |
SubscriptionsCount
Parameter subscriptionsCount of ContentStatistics
Declaration
[Preserve]
[DataMember(Name = "subscriptionsCount", EmitDefaultValue = false)]
public CountStat SubscriptionsCount { get; }
Property Value
Type | Description |
---|---|
CountStat |