<PackageReference Include="Relativity.ObjectManager" Version="9.5.378.15" />

Agent

public class Agent : AgentRef
public enum LoggingLevelEnum

public AgentTypeRef AgentType { get; set; }

public bool Enabled { get; set; }

public decimal Interval { get; set; }

public string Keywords { get; set; }

public LoggingLevelEnum LoggingLevel { get; set; }

public string Name { get; set; }

public string Notes { get; set; }

public ResourceServerRef Server { get; set; }

public UserRef SystemCreatedBy { get; set; }

public DateTime SystemCreatedOn { get; set; }

public UserRef SystemLastModifiedBy { get; set; }

public DateTime SystemLastModifiedOn { get; set; }

public Agent()