docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ModeratorDTO

    ModeratorDTO

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

    Constructors

    ModeratorDTO(string, string, string, string, EnvironmentDTO, PlayerRoleDTO, List<BannedPlayerDTO>, List<ContentModerationAuditLogDTO>, ModeratorStatisticsDTO, DateTime, DateTime, DateTime?)

    Initializes a new instance of the ModeratorDTO class.

    Declaration
    [Preserve]
    public ModeratorDTO(string playerId = null, string environmentId = null, string projectId = null, string playerRoleId = null, EnvironmentDTO environment = null, PlayerRoleDTO playerRole = null, List<BannedPlayerDTO> bannedPlayers = null, List<ContentModerationAuditLogDTO> contentModerationAuditLogs = null, ModeratorStatisticsDTO statistics = null, DateTime createdAt = default, DateTime updatedAt = default, DateTime? deletedAt = null)
    Parameters
    Type Name Description
    string playerId

    playerId (required).

    string environmentId

    environmentId (required).

    string projectId

    projectId (required).

    string playerRoleId

    playerRoleId (required).

    EnvironmentDTO environment

    environment.

    PlayerRoleDTO playerRole

    playerRole.

    List<BannedPlayerDTO> bannedPlayers

    bannedPlayers.

    List<ContentModerationAuditLogDTO> contentModerationAuditLogs

    contentModerationAuditLogs.

    ModeratorStatisticsDTO statistics

    statistics.

    DateTime createdAt

    createdAt (required).

    DateTime updatedAt

    updatedAt (required).

    DateTime? deletedAt

    deletedAt.

    Properties

    BannedPlayers

    Gets or Sets BannedPlayers

    Declaration
    [Preserve]
    public List<BannedPlayerDTO> BannedPlayers { get; set; }
    Property Value
    Type Description
    List<BannedPlayerDTO>

    ContentModerationAuditLogs

    Gets or Sets ContentModerationAuditLogs

    Declaration
    [Preserve]
    public List<ContentModerationAuditLogDTO> ContentModerationAuditLogs { get; set; }
    Property Value
    Type Description
    List<ContentModerationAuditLogDTO>

    CreatedAt

    Gets or Sets CreatedAt

    Declaration
    [Preserve]
    public DateTime CreatedAt { get; set; }
    Property Value
    Type Description
    DateTime

    DeletedAt

    Gets or Sets DeletedAt

    Declaration
    [Preserve]
    public DateTime? DeletedAt { get; set; }
    Property Value
    Type Description
    DateTime?

    Environment

    Gets or Sets Environment

    Declaration
    [Preserve]
    public EnvironmentDTO Environment { get; set; }
    Property Value
    Type Description
    EnvironmentDTO

    EnvironmentId

    Gets or Sets EnvironmentId

    Declaration
    [Preserve]
    public string EnvironmentId { get; set; }
    Property Value
    Type Description
    string

    PlayerId

    Gets or Sets PlayerId

    Declaration
    [Preserve]
    public string PlayerId { get; set; }
    Property Value
    Type Description
    string

    PlayerRole

    Gets or Sets PlayerRole

    Declaration
    [Preserve]
    public PlayerRoleDTO PlayerRole { get; set; }
    Property Value
    Type Description
    PlayerRoleDTO

    PlayerRoleId

    Gets or Sets PlayerRoleId

    Declaration
    [Preserve]
    public string PlayerRoleId { get; set; }
    Property Value
    Type Description
    string

    ProjectId

    Gets or Sets ProjectId

    Declaration
    [Preserve]
    public string ProjectId { get; set; }
    Property Value
    Type Description
    string

    Statistics

    Gets or Sets Statistics

    Declaration
    [Preserve]
    public ModeratorStatisticsDTO Statistics { get; set; }
    Property Value
    Type Description
    ModeratorStatisticsDTO

    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)