v1.1.0
Latest
2021.3+
Class AllocationData
AllocationData model
Inherited Members
Namespace: Unity.Services.Relay.Models
Syntax
[Preserve]
public class AllocationData
Constructors
AllocationData(Allocation)
Creates an instance of AllocationData.
Declaration
[Preserve]
public AllocationData(Allocation allocation)
Parameters
Type | Name | Description |
---|---|---|
Allocation | allocation | allocation param |
Properties
Allocation
Parameter allocation of AllocationData
Declaration
[Preserve]
public Allocation Allocation { get; }
Property Value
Type | Description |
---|---|
Allocation |