<PackageReference Include="Relativity.Telemetry.Client" Version="9.4.164" />

Relativity.Telemetry.DataContracts.Shared.MetricRef

public class MetricRef
public string Bucket { get; set; }

public Guid? ClientDomainGuid { get; set; }

public MetricTargets MetricTarget { get; set; }

public MetricTypes MetricType { get; set; }

public object Value { get; set; }

public string WorkflowID { get; set; }

public Guid? WorkspaceGuid { get; set; }

public MetricRef()

public MetricRef(string bucket, Guid? workspaceGuid, string workflowID, MetricTypes metricType, object value)

public MetricRef(string bucket, Guid? workspaceGuid, Guid? clientDomainGuid, string workflowID, MetricTypes metricType, object value)