<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="5000.0.2" />

AgentTypeResponse

Represents information about an agent type.
public Guid AgentTypeGuid { get; set; }

Gets the agent type guid associated with this agent type.

public string ApplicationName { get; set; }

Gets the name of the application associated with this agent type.

public string CompanyName { get; set; }

Gets the name of the company that that implemented or provided the agent.

public decimal? DefaultInterval { get; set; }

Gets the number of seconds that the agent should wait before checking the database for available jobs.

public int? DefaultLoggingLevel { get; set; }

Gets integer value indicating the message type that the system logs in the Event Viewer.