docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class MultiplayAllocationsPagination

    Pagination data for a list of test allocations.

    Inheritance
    object
    MultiplayAllocationsPagination
    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.Multiplay
    Assembly: Unity.Services.Apis.dll
    Syntax
    [DataContract(Name = "multiplay.allocations.Pagination")]
    [Preserve]
    public class MultiplayAllocationsPagination

    Constructors

    MultiplayAllocationsPagination(int, int)

    Initializes a new instance of the MultiplayAllocationsPagination class.

    Declaration
    [Preserve]
    public MultiplayAllocationsPagination(int limit = 0, int offset = 0)
    Parameters
    Type Name Description
    int limit

    The number of results returned..

    int offset

    The offset for the results returned..

    Properties

    Limit

    The number of results returned.

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

    The number of results returned.

    Offset

    The offset for the results returned.

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

    The offset for the results returned.

    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)