Class MultiplayAllocationsListTestAllocationsResponse
Response to a request to list test allocations, including pagination.
Inherited Members
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 Multiplay
Declaration
[Preserve]
public MultiplayAllocationsListTestAllocationsResponse(List<MultiplayAllocationsTestAllocation> allocations = null, MultiplayAllocationsPagination pagination = null)
Parameters
Type | Name | Description |
---|---|---|
List<Multiplay |
allocations | allocations (required). |
Multiplay |
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<Multiplay |
Pagination
Gets or Sets Pagination
Declaration
[DataMember(Name = "pagination", IsRequired = true, EmitDefaultValue = true)]
[Preserve]
public MultiplayAllocationsPagination Pagination { get; set; }
Property Value
Type | Description |
---|---|
Multiplay |