docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class VersionBucketsPage

    VersionBucketsPage

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

    Constructors

    VersionBucketsPage(int, int, int, LeaderboardVersion, List<string>)

    Initializes a new instance of the VersionBucketsPage class.

    Declaration
    [Preserve]
    public VersionBucketsPage(int offset = 0, int limit = 0, int total = 0, LeaderboardVersion version = null, List<string> results = null)
    Parameters
    Type Name Description
    int offset

    offset.

    int limit

    limit.

    int total

    total.

    LeaderboardVersion version

    version.

    List<string> results

    results.

    Properties

    Limit

    Gets or Sets Limit

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

    Offset

    Gets or Sets Offset

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

    Results

    Gets or Sets Results

    Declaration
    [DataMember(Name = "results", EmitDefaultValue = false)]
    [Preserve]
    public List<string> Results { get; set; }
    Property Value
    Type Description
    List<string>

    Total

    Gets or Sets Total

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

    _Version

    Gets or Sets _Version

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