v1.1.4
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
[Preserve]
public class AllocationData

Constructors

AllocationData(Allocation)

Creates an instance of AllocationData.

Declaration
[Preserve]
public AllocationData(Allocation allocation)
Parameters
TypeNameDescription
Allocationallocation

allocation param

Properties

Allocation

Parameter allocation of AllocationData

Declaration
[Preserve]
public Allocation Allocation { get; }
Property Value
TypeDescription
Allocation