Class AllocationData
AllocationData model
Inherited Members
Namespace: Unity.Services.Relay.Models
Assembly: Unity.Services.Relay.dll
Syntax
[Preserve]
[DataContract(Name = "AllocationData")]
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]
[DataMember(Name = "allocation", IsRequired = true, EmitDefaultValue = true)]
public Allocation Allocation { get; }
  Property Value
| Type | Description | 
|---|---|
| Allocation |