Class MultiplayAllocationsListAllocationsResponse
Response to a request to list allocations, including pagination.
Inherited Members
Namespace: Unity.Services.Apis.Multiplay
Assembly: Unity.Services.Apis.dll
Syntax
[DataContract(Name = "multiplay.allocations.ListAllocationsResponse")]
[Preserve]
public class MultiplayAllocationsListAllocationsResponse
Constructors
MultiplayAllocationsListAllocationsResponse(List<MultiplayAllocationsAllocation>, MultiplayAllocationsPagination)
Initializes a new instance of the Multiplay
Declaration
[Preserve]
public MultiplayAllocationsListAllocationsResponse(List<MultiplayAllocationsAllocation> 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<MultiplayAllocationsAllocation> 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 |