docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class LeaderboardVersion

    LeaderboardVersion model

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

    Constructors

    LeaderboardVersion(string, DateTime, DateTime)

    Creates an instance of LeaderboardVersion.

    Declaration
    [Preserve]
    public LeaderboardVersion(string id = null, DateTime start = default, DateTime end = default)
    Parameters
    Type Name Description
    string id

    id param

    DateTime start

    start param

    DateTime end

    end param

    Properties

    End

    Parameter end of LeaderboardVersion

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

    Id

    Parameter id of LeaderboardVersion

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

    Start

    Parameter start of LeaderboardVersion

    Declaration
    [Preserve]
    [DataMember(Name = "start", EmitDefaultValue = false)]
    public DateTime Start { get; }
    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)