docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class LeaderboardConfigPage

    LeaderboardConfigPage

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

    Constructors

    LeaderboardConfigPage(List<UpdatedLeaderboardConfig>, PageInfo)

    Initializes a new instance of the LeaderboardConfigPage class.

    Declaration
    [Preserve]
    public LeaderboardConfigPage(List<UpdatedLeaderboardConfig> results = null, PageInfo pageInfo = null)
    Parameters
    Type Name Description
    List<UpdatedLeaderboardConfig> results

    results.

    PageInfo pageInfo

    pageInfo.

    Properties

    PageInfo

    Gets or Sets PageInfo

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

    Results

    Gets or Sets Results

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