Class AllocationData
AllocationData model
Inheritance
object
AllocationData
Namespace: Unity.Services.Relay.Models
Assembly: solution.dll
Syntax
public class AllocationData
Constructors
AllocationData(Allocation)
Creates an instance of AllocationData.
Declaration
public AllocationData(Allocation allocation)
Parameters
| Type | Name | Description |
|---|---|---|
| Allocation | allocation | allocation param |
Properties
Allocation
Parameter allocation of AllocationData
Declaration
public Allocation Allocation { get; }
Property Value
| Type | Description |
|---|---|
| Allocation |