docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class CountStat

    CountStat model

    Inheritance
    object
    CountStat
    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 = "CountStat")]
    public class CountStat

    Constructors

    CountStat(int, int, int, int, int, int, int, int, int)

    Creates an instance of CountStat.

    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 param

    int past365Days

    past365Days param

    int past180Days

    past180Days param

    int past90Days

    past90Days param

    int past60Days

    past60Days param

    int past30Days

    past30Days param

    int past14Days

    past14Days param

    int past7Days

    past7Days param

    int pastDay

    pastDay param

    Properties

    AllTime

    Parameter allTime of CountStat

    Declaration
    [Preserve]
    [DataMember(Name = "allTime", EmitDefaultValue = false)]
    public int AllTime { get; }
    Property Value
    Type Description
    int

    Past14Days

    Parameter past14Days of CountStat

    Declaration
    [Preserve]
    [DataMember(Name = "past14Days", EmitDefaultValue = false)]
    public int Past14Days { get; }
    Property Value
    Type Description
    int

    Past180Days

    Parameter past180Days of CountStat

    Declaration
    [Preserve]
    [DataMember(Name = "past180Days", EmitDefaultValue = false)]
    public int Past180Days { get; }
    Property Value
    Type Description
    int

    Past30Days

    Parameter past30Days of CountStat

    Declaration
    [Preserve]
    [DataMember(Name = "past30Days", EmitDefaultValue = false)]
    public int Past30Days { get; }
    Property Value
    Type Description
    int

    Past365Days

    Parameter past365Days of CountStat

    Declaration
    [Preserve]
    [DataMember(Name = "past365Days", EmitDefaultValue = false)]
    public int Past365Days { get; }
    Property Value
    Type Description
    int

    Past60Days

    Parameter past60Days of CountStat

    Declaration
    [Preserve]
    [DataMember(Name = "past60Days", EmitDefaultValue = false)]
    public int Past60Days { get; }
    Property Value
    Type Description
    int

    Past7Days

    Parameter past7Days of CountStat

    Declaration
    [Preserve]
    [DataMember(Name = "past7Days", EmitDefaultValue = false)]
    public int Past7Days { get; }
    Property Value
    Type Description
    int

    Past90Days

    Parameter past90Days of CountStat

    Declaration
    [Preserve]
    [DataMember(Name = "past90Days", EmitDefaultValue = false)]
    public int Past90Days { get; }
    Property Value
    Type Description
    int

    PastDay

    Parameter pastDay of CountStat

    Declaration
    [Preserve]
    [DataMember(Name = "pastDay", EmitDefaultValue = false)]
    public int PastDay { get; }
    Property Value
    Type Description
    int
    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)