v1.0.0
Latest
2022.3+

Class AllocationData

AllocationData model

Inheritance
System.Object
AllocationData
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Unity.Services.Relay.Models
Syntax
public class AllocationData

Constructors

AllocationData(Allocation)

Creates an instance of AllocationData.

Declaration
public AllocationData(Allocation allocation)
Parameters
TypeNameDescription
Allocationallocation

allocation param

Properties

Allocation

Parameter allocation of AllocationData

Declaration
public Allocation Allocation { get; }
Property Value
TypeDescription
Allocation