Class ContentReportStatistics
ContentReportStatistics model
Inherited Members
Namespace: Unity.Services.Ugc.Bridge.Generated.Models
Assembly: Unity.Services.Ugc.Bridge.Internal.Generated.dll
Syntax
[Preserve]
[DataContract(Name = "ContentReportStatistics")]
public class ContentReportStatistics
Constructors
ContentReportStatistics(int, int, int, int, int)
Creates an instance of ContentReportStatistics.
Declaration
[Preserve]
public ContentReportStatistics(int allTime = 0, int past30Days = 0, int past14Days = 0, int past7Days = 0, int pastDay = 0)
Parameters
Type | Name | Description |
---|---|---|
int | allTime | allTime param |
int | past30Days | past30Days param |
int | past14Days | past14Days param |
int | past7Days | past7Days param |
int | pastDay | pastDay param |
Properties
AllTime
Parameter allTime of ContentReportStatistics
Declaration
[Preserve]
[DataMember(Name = "allTime", EmitDefaultValue = false)]
public int AllTime { get; }
Property Value
Type | Description |
---|---|
int |
Past14Days
Parameter past14Days of ContentReportStatistics
Declaration
[Preserve]
[DataMember(Name = "past14Days", EmitDefaultValue = false)]
public int Past14Days { get; }
Property Value
Type | Description |
---|---|
int |
Past30Days
Parameter past30Days of ContentReportStatistics
Declaration
[Preserve]
[DataMember(Name = "past30Days", EmitDefaultValue = false)]
public int Past30Days { get; }
Property Value
Type | Description |
---|---|
int |
Past7Days
Parameter past7Days of ContentReportStatistics
Declaration
[Preserve]
[DataMember(Name = "past7Days", EmitDefaultValue = false)]
public int Past7Days { get; }
Property Value
Type | Description |
---|---|
int |
PastDay
Parameter pastDay of ContentReportStatistics
Declaration
[Preserve]
[DataMember(Name = "pastDay", EmitDefaultValue = false)]
public int PastDay { get; }
Property Value
Type | Description |
---|---|
int |