Relativity.Audit.Services.Interfaces.V1.ReviewerStatistics.Models.HourOfDayActionCount public class HourOfDayActionCount Documentation public int ActionCount { get; set; } public byte HourOfDay { get; set; } public HourOfDayActionCount() public HourOfDayActionCount(byte hourOfDay, int actionCount)