docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class LeaderboardVersions

    LeaderboardVersions model

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

    Constructors

    LeaderboardVersions(string, List<LeaderboardVersion>, DateTime)

    Creates an instance of LeaderboardVersions.

    Declaration
    [Preserve]
    public LeaderboardVersions(string leaderboardId = null, List<LeaderboardVersion> results = null, DateTime nextReset = default)
    Parameters
    Type Name Description
    string leaderboardId

    leaderboardId param

    List<LeaderboardVersion> results

    results param

    DateTime nextReset

    nextReset param

    Properties

    LeaderboardId

    Parameter leaderboardId of LeaderboardVersions

    Declaration
    [Preserve]
    [DataMember(Name = "leaderboardId", EmitDefaultValue = false)]
    public string LeaderboardId { get; }
    Property Value
    Type Description
    string

    NextReset

    Parameter nextReset of LeaderboardVersions

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

    Results

    Parameter results of LeaderboardVersions

    Declaration
    [Preserve]
    [DataMember(Name = "results", EmitDefaultValue = false)]
    public List<LeaderboardVersion> Results { get; }
    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)