docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class UpdatedLeaderboardConfigAllOf

    UpdatedLeaderboardConfigAllOf

    Inheritance
    object
    UpdatedLeaderboardConfigAllOf
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Apis.Admin.Leaderboards
    Assembly: Unity.Services.Apis.dll
    Syntax
    [DataContract(Name = "UpdatedLeaderboardConfig_allOf")]
    [Preserve]
    public class UpdatedLeaderboardConfigAllOf

    Constructors

    UpdatedLeaderboardConfigAllOf(DateTime, DateTime, DateTime, List<LeaderboardVersion>)

    Initializes a new instance of the UpdatedLeaderboardConfigAllOf class.

    Declaration
    [Preserve]
    public UpdatedLeaderboardConfigAllOf(DateTime updated = default, DateTime created = default, DateTime lastReset = default, List<LeaderboardVersion> versions = null)
    Parameters
    Type Name Description
    DateTime updated

    updated (required).

    DateTime created

    created (required).

    DateTime lastReset

    lastReset.

    List<LeaderboardVersion> versions

    versions.

    Properties

    Created

    Gets or Sets Created

    Declaration
    [DataMember(Name = "created", IsRequired = true, EmitDefaultValue = true)]
    [Preserve]
    public DateTime Created { get; set; }
    Property Value
    Type Description
    DateTime

    LastReset

    Gets or Sets LastReset

    Declaration
    [DataMember(Name = "lastReset", EmitDefaultValue = false)]
    [Preserve]
    public DateTime LastReset { get; set; }
    Property Value
    Type Description
    DateTime

    Updated

    Gets or Sets Updated

    Declaration
    [DataMember(Name = "updated", IsRequired = true, EmitDefaultValue = true)]
    [Preserve]
    public DateTime Updated { get; set; }
    Property Value
    Type Description
    DateTime

    Versions

    Gets or Sets Versions

    Declaration
    [DataMember(Name = "versions", EmitDefaultValue = false)]
    [Preserve]
    public List<LeaderboardVersion> Versions { get; set; }
    Property Value
    Type Description
    List<LeaderboardVersion>
    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)