docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class EnvironmentDetailedStatisticsDTO

    EnvironmentDetailedStatisticsDTO model

    Inheritance
    object
    EnvironmentDetailedStatisticsDTO
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)