docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class MultiplayAllocationsAllocateResponse

    Response to a request to process an allocation.

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

    Constructors

    MultiplayAllocationsAllocateResponse(string, string)

    Initializes a new instance of the MultiplayAllocationsAllocateResponse class.

    Declaration
    [Preserve]
    public MultiplayAllocationsAllocateResponse(string allocationId = null, string href = null)
    Parameters
    Type Name Description
    string allocationId

    The uuid for the allocation being processed. (required).

    string href

    The location to the allocation resource used to check the state of the allocation. (required).

    Properties

    AllocationId

    The uuid for the allocation being processed.

    Declaration
    [DataMember(Name = "allocationId", IsRequired = true, EmitDefaultValue = true)]
    [Preserve]
    public string AllocationId { get; set; }
    Property Value
    Type Description
    string

    The uuid for the allocation being processed.

    Href

    The location to the allocation resource used to check the state of the allocation.

    Declaration
    [DataMember(Name = "href", IsRequired = true, EmitDefaultValue = true)]
    [Preserve]
    public string Href { get; set; }
    Property Value
    Type Description
    string

    The location to the allocation resource used to check the state of the allocation.

    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)