docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class EnvironmentDetailedStatisticsDTO

    EnvironmentDetailedStatisticsDTO

    Inheritance
    object
    EnvironmentDetailedStatisticsDTO
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    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
    In This Article
    Back to top
    Copyright © 2024 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)