Class MultiplayAllocationsTestAllocateResponse
Response to a request to process a test allocation.
Inherited Members
Namespace: Unity.Services.Apis.Admin.Multiplay
Assembly: Unity.Services.Apis.dll
Syntax
[DataContract(Name = "multiplay.allocations.TestAllocateResponse")]
[Preserve]
public class MultiplayAllocationsTestAllocateResponse
Constructors
MultiplayAllocationsTestAllocateResponse(string, string)
Initializes a new instance of the Multiplay
Declaration
[Preserve]
public MultiplayAllocationsTestAllocateResponse(string allocationId = null, string href = null)
Parameters
Type | Name | Description |
---|---|---|
string | allocationId | The uuid for the allocation being processed. (required). |
string | href | The relative path to the allocation resource. (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 relative path to the allocation resource.
Declaration
[DataMember(Name = "href", IsRequired = true, EmitDefaultValue = true)]
[Preserve]
public string Href { get; set; }
Property Value
Type | Description |
---|---|
string | The relative path to the allocation resource. |