Class MultiplayAllocationsAllocateResponse
Response to a request to process an allocation.
Inherited Members
Namespace: Unity.Services.Apis.Multiplay
Assembly: solution.dll
Syntax
[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
[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
[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. |