Class ContentRatingStatistics
ContentRatingStatistics model
Inherited Members
Namespace: Unity.Services.Ugc.Bridge.Generated.Models
Assembly: Unity.Services.Ugc.Bridge.Internal.Generated.dll
Syntax
[Preserve]
[DataContract(Name = "ContentRatingStatistics")]
public class ContentRatingStatistics
Constructors
ContentRatingStatistics(double, double, double, double)
Creates an instance of ContentRatingStatistics.
Declaration
[Preserve]
public ContentRatingStatistics(double allTime = 0, double past6Months = 0, double past3Months = 0, double pastMonth = 0)
Parameters
Type | Name | Description |
---|---|---|
double | allTime | allTime param |
double | past6Months | past6Months param |
double | past3Months | past3Months param |
double | pastMonth | pastMonth param |
Properties
AllTime
Parameter allTime of ContentRatingStatistics
Declaration
[Preserve]
[DataMember(Name = "allTime", EmitDefaultValue = false)]
public double AllTime { get; }
Property Value
Type | Description |
---|---|
double |
Past3Months
Parameter past3Months of ContentRatingStatistics
Declaration
[Preserve]
[DataMember(Name = "past3Months", EmitDefaultValue = false)]
public double Past3Months { get; }
Property Value
Type | Description |
---|---|
double |
Past6Months
Parameter past6Months of ContentRatingStatistics
Declaration
[Preserve]
[DataMember(Name = "past6Months", EmitDefaultValue = false)]
public double Past6Months { get; }
Property Value
Type | Description |
---|---|
double |
PastMonth
Parameter pastMonth of ContentRatingStatistics
Declaration
[Preserve]
[DataMember(Name = "pastMonth", EmitDefaultValue = false)]
public double PastMonth { get; }
Property Value
Type | Description |
---|---|
double |