Class CountStat
CountStat
Inherited Members
Namespace: Unity.Services.Apis.UGC
Assembly: solution.dll
Syntax
[Preserve]
public class CountStat
Constructors
CountStat(int, int, int, int, int, int, int, int, int)
Initializes a new instance of the CountStat class.
Declaration
[Preserve]
public CountStat(int allTime = 0, int past365Days = 0, int past180Days = 0, int past90Days = 0, int past60Days = 0, int past30Days = 0, int past14Days = 0, int past7Days = 0, int pastDay = 0)
Parameters
Type | Name | Description |
---|---|---|
int | allTime | allTime. |
int | past365Days | past365Days. |
int | past180Days | past180Days. |
int | past90Days | past90Days. |
int | past60Days | past60Days. |
int | past30Days | past30Days. |
int | past14Days | past14Days. |
int | past7Days | past7Days. |
int | pastDay | pastDay. |
Properties
AllTime
Gets or Sets AllTime
Declaration
[Preserve]
public int AllTime { get; set; }
Property Value
Type | Description |
---|---|
int |
Past14Days
Gets or Sets Past14Days
Declaration
[Preserve]
public int Past14Days { get; set; }
Property Value
Type | Description |
---|---|
int |
Past180Days
Gets or Sets Past180Days
Declaration
[Preserve]
public int Past180Days { get; set; }
Property Value
Type | Description |
---|---|
int |
Past30Days
Gets or Sets Past30Days
Declaration
[Preserve]
public int Past30Days { get; set; }
Property Value
Type | Description |
---|---|
int |
Past365Days
Gets or Sets Past365Days
Declaration
[Preserve]
public int Past365Days { get; set; }
Property Value
Type | Description |
---|---|
int |
Past60Days
Gets or Sets Past60Days
Declaration
[Preserve]
public int Past60Days { get; set; }
Property Value
Type | Description |
---|---|
int |
Past7Days
Gets or Sets Past7Days
Declaration
[Preserve]
public int Past7Days { get; set; }
Property Value
Type | Description |
---|---|
int |
Past90Days
Gets or Sets Past90Days
Declaration
[Preserve]
public int Past90Days { get; set; }
Property Value
Type | Description |
---|---|
int |
PastDay
Gets or Sets PastDay
Declaration
[Preserve]
public int PastDay { get; set; }
Property Value
Type | Description |
---|---|
int |