Relativity.Processing.Services.Interfaces.V1.DTOs.HealthCheckOperationRequest public class HealthCheckOperationRequest Documentation public Dictionary<string, object> customData { get; set; } public Exception Exception { get; set; } public bool IsHealthy { get; set; } public string Message { get; set; } public string MetricName { get; set; } public int WorkspaceID { get; set; } public HealthCheckOperationRequest()