Class MultiplayAllocationsListAllocationsResponse
Response to a request to list allocations, including pagination.
Inherited Members
Namespace: Unity.Services.Apis.Multiplay
Assembly: solution.dll
Syntax
[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
[Preserve]
public List<MultiplayAllocationsAllocation> Allocations { get; set; }
Property Value
Type | Description |
---|---|
List<MultiplayAllocationsAllocation> |
Pagination
Gets or Sets Pagination
Declaration
[Preserve]
public MultiplayAllocationsPagination Pagination { get; set; }
Property Value
Type | Description |
---|---|
MultiplayAllocationsPagination |