docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class MultiplayAllocationsListAllocationsResponse

    Response to a request to list allocations, including pagination.

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

    Constructors

    MultiplayAllocationsListAllocationsResponse(List<MultiplayAllocationsAllocation>, MultiplayAllocationsPagination)

    Initializes a new instance of the MultiplayAllocationsListAllocationsResponse class.

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

    allocations (required).

    MultiplayAllocationsPagination pagination

    pagination (required).

    Properties

    Allocations

    Gets or Sets Allocations

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

    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 © 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)