Enum MultiplayCreateAllocationType
The type of allocation method used by the fleet: * ALLOCATION
- The fleet accepts requests following the allocations-based model. * RESERVATION
- The fleet accepts requests following the reservations-based model. (Closed Beta)
Namespace: Unity.Services.Apis.Admin.Multiplay
Assembly: Unity.Services.Apis.dll
Syntax
[JsonConverter(typeof(StringEnumConverter))]
public enum MultiplayCreateAllocationType
Fields
Name | Description |
---|---|
ALLOCATION | Enum ALLOCATION for value: ALLOCATION |
RESERVATION | Enum RESERVATION for value: RESERVATION |