docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ModeratorDetailedStatisticsDTO

    ModeratorDetailedStatisticsDTO model

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

    Constructors

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

    Creates an instance of ModeratorDetailedStatisticsDTO.

    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 param

    int approvals

    approvals param

    int rejections

    rejections param

    int bannedPlayerCount

    bannedPlayerCount param

    DateTime updatedAt

    updatedAt param

    Properties

    Approvals

    Parameter approvals of ModeratorDetailedStatisticsDTO

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

    BannedPlayerCount

    Parameter bannedPlayerCount of ModeratorDetailedStatisticsDTO

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

    Rejections

    Parameter rejections of ModeratorDetailedStatisticsDTO

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

    Reviews

    Parameter reviews of ModeratorDetailedStatisticsDTO

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

    UpdatedAt

    Parameter updatedAt of ModeratorDetailedStatisticsDTO

    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)