docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ModeratorStatisticsDTO

    ModeratorStatisticsDTO

    Inheritance
    object
    ModeratorStatisticsDTO
    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 ModeratorStatisticsDTO

    Constructors

    ModeratorStatisticsDTO(ModeratorDetailedStatisticsDTO, ModeratorDetailedStatisticsDTO, ModeratorDetailedStatisticsDTO, ModeratorDetailedStatisticsDTO, ModeratorDetailedStatisticsDTO, ModeratorDetailedStatisticsDTO, ModeratorDetailedStatisticsDTO, ModeratorDetailedStatisticsDTO, ModeratorDetailedStatisticsDTO, CountStat, CountStat, CountStat, CountStat)

    Initializes a new instance of the ModeratorStatisticsDTO class.

    Declaration
    [Preserve]
    public ModeratorStatisticsDTO(ModeratorDetailedStatisticsDTO allTime = null, ModeratorDetailedStatisticsDTO past365Days = null, ModeratorDetailedStatisticsDTO past180Days = null, ModeratorDetailedStatisticsDTO past90Days = null, ModeratorDetailedStatisticsDTO past60Days = null, ModeratorDetailedStatisticsDTO past30Days = null, ModeratorDetailedStatisticsDTO past14Days = null, ModeratorDetailedStatisticsDTO past7Days = null, ModeratorDetailedStatisticsDTO pastDay = null, CountStat reviewsCount = null, CountStat approvalsCount = null, CountStat rejectionsCount = null, CountStat bannedPlayerCount = null)
    Parameters
    Type Name Description
    ModeratorDetailedStatisticsDTO allTime

    allTime.

    ModeratorDetailedStatisticsDTO past365Days

    past365Days.

    ModeratorDetailedStatisticsDTO past180Days

    past180Days.

    ModeratorDetailedStatisticsDTO past90Days

    past90Days.

    ModeratorDetailedStatisticsDTO past60Days

    past60Days.

    ModeratorDetailedStatisticsDTO past30Days

    past30Days.

    ModeratorDetailedStatisticsDTO past14Days

    past14Days.

    ModeratorDetailedStatisticsDTO past7Days

    past7Days.

    ModeratorDetailedStatisticsDTO pastDay

    pastDay.

    CountStat reviewsCount

    reviewsCount.

    CountStat approvalsCount

    approvalsCount.

    CountStat rejectionsCount

    rejectionsCount.

    CountStat bannedPlayerCount

    bannedPlayerCount.

    Properties

    AllTime

    Gets or Sets AllTime

    Declaration
    [Preserve]
    public ModeratorDetailedStatisticsDTO AllTime { get; set; }
    Property Value
    Type Description
    ModeratorDetailedStatisticsDTO

    ApprovalsCount

    Gets or Sets ApprovalsCount

    Declaration
    [Preserve]
    public CountStat ApprovalsCount { get; set; }
    Property Value
    Type Description
    CountStat

    BannedPlayerCount

    Gets or Sets BannedPlayerCount

    Declaration
    [Preserve]
    public CountStat BannedPlayerCount { get; set; }
    Property Value
    Type Description
    CountStat

    Past14Days

    Gets or Sets Past14Days

    Declaration
    [Preserve]
    public ModeratorDetailedStatisticsDTO Past14Days { get; set; }
    Property Value
    Type Description
    ModeratorDetailedStatisticsDTO

    Past180Days

    Gets or Sets Past180Days

    Declaration
    [Preserve]
    public ModeratorDetailedStatisticsDTO Past180Days { get; set; }
    Property Value
    Type Description
    ModeratorDetailedStatisticsDTO

    Past30Days

    Gets or Sets Past30Days

    Declaration
    [Preserve]
    public ModeratorDetailedStatisticsDTO Past30Days { get; set; }
    Property Value
    Type Description
    ModeratorDetailedStatisticsDTO

    Past365Days

    Gets or Sets Past365Days

    Declaration
    [Preserve]
    public ModeratorDetailedStatisticsDTO Past365Days { get; set; }
    Property Value
    Type Description
    ModeratorDetailedStatisticsDTO

    Past60Days

    Gets or Sets Past60Days

    Declaration
    [Preserve]
    public ModeratorDetailedStatisticsDTO Past60Days { get; set; }
    Property Value
    Type Description
    ModeratorDetailedStatisticsDTO

    Past7Days

    Gets or Sets Past7Days

    Declaration
    [Preserve]
    public ModeratorDetailedStatisticsDTO Past7Days { get; set; }
    Property Value
    Type Description
    ModeratorDetailedStatisticsDTO

    Past90Days

    Gets or Sets Past90Days

    Declaration
    [Preserve]
    public ModeratorDetailedStatisticsDTO Past90Days { get; set; }
    Property Value
    Type Description
    ModeratorDetailedStatisticsDTO

    PastDay

    Gets or Sets PastDay

    Declaration
    [Preserve]
    public ModeratorDetailedStatisticsDTO PastDay { get; set; }
    Property Value
    Type Description
    ModeratorDetailedStatisticsDTO

    RejectionsCount

    Gets or Sets RejectionsCount

    Declaration
    [Preserve]
    public CountStat RejectionsCount { get; set; }
    Property Value
    Type Description
    CountStat

    ReviewsCount

    Gets or Sets ReviewsCount

    Declaration
    [Preserve]
    public CountStat ReviewsCount { get; set; }
    Property Value
    Type Description
    CountStat
    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)