<PackageReference Include="Relativity.Server.Transfer.SDK" Version="7.7.0" />

Relativity.Transfer.Dto.ApmMetricDto

class ApmMetricDto
namespace Relativity.Transfer.Dto { internal class ApmMetricDto { public string Name { get; set; } public Dictionary<string, object> CustomData { get; set; } public ApmMetricDto(); public ApmMetricDto(string name, IDictionary<string, object> customData); } }