docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class MultiplayAllocationsListTestAllocationsResponse

    Response to a request to list test allocations, including pagination.

    Inheritance
    object
    MultiplayAllocationsListTestAllocationsResponse
    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.ListTestAllocationsResponse")]
    [Preserve]
    public class MultiplayAllocationsListTestAllocationsResponse

    Constructors

    MultiplayAllocationsListTestAllocationsResponse(List<MultiplayAllocationsTestAllocation>, MultiplayAllocationsPagination)

    Initializes a new instance of the MultiplayAllocationsListTestAllocationsResponse class.

    Declaration
    [Preserve]
    public MultiplayAllocationsListTestAllocationsResponse(List<MultiplayAllocationsTestAllocation> allocations = null, MultiplayAllocationsPagination pagination = null)
    Parameters
    Type Name Description
    List<MultiplayAllocationsTestAllocation> allocations

    allocations (required).

    MultiplayAllocationsPagination pagination

    pagination (required).

    Properties

    Allocations

    Gets or Sets Allocations

    Declaration
    [DataMember(Name = "allocations", IsRequired = true, EmitDefaultValue = true)]
    [Preserve]
    public List<MultiplayAllocationsTestAllocation> Allocations { get; set; }
    Property Value
    Type Description
    List<MultiplayAllocationsTestAllocation>

    Pagination

    Gets or Sets Pagination

    Declaration
    [DataMember(Name = "pagination", IsRequired = true, EmitDefaultValue = true)]
    [Preserve]
    public MultiplayAllocationsPagination Pagination { get; set; }
    Property Value
    Type Description
    MultiplayAllocationsPagination
    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)