Class EnvironmentDetailedStatisticsDTO
EnvironmentDetailedStatisticsDTO model
Inherited Members
Namespace: Unity.Services.Ugc.Bridge.Generated.Models
Assembly: Unity.Services.Ugc.Bridge.Internal.Generated.dll
Syntax
[Preserve]
[DataContract(Name = "EnvironmentDetailedStatisticsDTO")]
public class EnvironmentDetailedStatisticsDTO
Constructors
EnvironmentDetailedStatisticsDTO(int, int, int, int, DateTime)
Creates an instance of EnvironmentDetailedStatisticsDTO.
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 param |
int | downloadedContentCount | downloadedContentCount param |
int | subscriptionCount | subscriptionCount param |
int | reportsCount | reportsCount param |
DateTime | updatedAt | updatedAt param |
Properties
ContentCount
Parameter contentCount of EnvironmentDetailedStatisticsDTO
Declaration
[Preserve]
[DataMember(Name = "contentCount", EmitDefaultValue = false)]
public int ContentCount { get; }
Property Value
Type | Description |
---|---|
int |
DownloadedContentCount
Parameter downloadedContentCount of EnvironmentDetailedStatisticsDTO
Declaration
[Preserve]
[DataMember(Name = "downloadedContentCount", EmitDefaultValue = false)]
public int DownloadedContentCount { get; }
Property Value
Type | Description |
---|---|
int |
ReportsCount
Parameter reportsCount of EnvironmentDetailedStatisticsDTO
Declaration
[Preserve]
[DataMember(Name = "reportsCount", EmitDefaultValue = false)]
public int ReportsCount { get; }
Property Value
Type | Description |
---|---|
int |
SubscriptionCount
Parameter subscriptionCount of EnvironmentDetailedStatisticsDTO
Declaration
[Preserve]
[DataMember(Name = "subscriptionCount", EmitDefaultValue = false)]
public int SubscriptionCount { get; }
Property Value
Type | Description |
---|---|
int |
UpdatedAt
Parameter updatedAt of EnvironmentDetailedStatisticsDTO
Declaration
[Preserve]
[DataMember(Name = "updatedAt", EmitDefaultValue = false)]
public DateTime UpdatedAt { get; }
Property Value
Type | Description |
---|---|
DateTime |