Class EnvironmentDetailedStatisticsDTO
EnvironmentDetailedStatisticsDTO
Inherited Members
Namespace: Unity.Services.Apis.UGC
Assembly: solution.dll
Syntax
[Preserve]
public class EnvironmentDetailedStatisticsDTO
Constructors
EnvironmentDetailedStatisticsDTO(int, int, int, int, DateTime)
Initializes a new instance of the EnvironmentDetailedStatisticsDTO class.
Declaration
[Preserve]
public EnvironmentDetailedStatisticsDTO(int contentCount = 0, int downloadedContentCount = 0, int subscriptionCount = 0, int reportsCount = 0, DateTime updatedAt = default)
Parameters
Type | Name | Description |
---|---|---|
int | contentCount | contentCount. |
int | downloadedContentCount | downloadedContentCount. |
int | subscriptionCount | subscriptionCount. |
int | reportsCount | reportsCount. |
DateTime | updatedAt | updatedAt. |
Properties
ContentCount
Gets or Sets ContentCount
Declaration
[Preserve]
public int ContentCount { get; set; }
Property Value
Type | Description |
---|---|
int |
DownloadedContentCount
Gets or Sets DownloadedContentCount
Declaration
[Preserve]
public int DownloadedContentCount { get; set; }
Property Value
Type | Description |
---|---|
int |
ReportsCount
Gets or Sets ReportsCount
Declaration
[Preserve]
public int ReportsCount { get; set; }
Property Value
Type | Description |
---|---|
int |
SubscriptionCount
Gets or Sets SubscriptionCount
Declaration
[Preserve]
public int SubscriptionCount { get; set; }
Property Value
Type | Description |
---|---|
int |
UpdatedAt
Gets or Sets UpdatedAt
Declaration
[Preserve]
public DateTime UpdatedAt { get; set; }
Property Value
Type | Description |
---|---|
DateTime |