docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ModeratorDetailedStatisticsDTO

    ModeratorDetailedStatisticsDTO

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

    Constructors

    ModeratorDetailedStatisticsDTO(int, int, int, int, DateTime)

    Initializes a new instance of the ModeratorDetailedStatisticsDTO class.

    Declaration
    [Preserve]
    public ModeratorDetailedStatisticsDTO(int reviews = 0, int approvals = 0, int rejections = 0, int bannedPlayerCount = 0, DateTime updatedAt = default)
    Parameters
    Type Name Description
    int reviews

    reviews.

    int approvals

    approvals.

    int rejections

    rejections.

    int bannedPlayerCount

    bannedPlayerCount.

    DateTime updatedAt

    updatedAt.

    Properties

    Approvals

    Gets or Sets Approvals

    Declaration
    [Preserve]
    public int Approvals { get; set; }
    Property Value
    Type Description
    int

    BannedPlayerCount

    Gets or Sets BannedPlayerCount

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

    Rejections

    Gets or Sets Rejections

    Declaration
    [Preserve]
    public int Rejections { get; set; }
    Property Value
    Type Description
    int

    Reviews

    Gets or Sets Reviews

    Declaration
    [Preserve]
    public int Reviews { 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)